Popularity
8.9
Stable
Activity
0.0
Stable
93
7
5

Monthly Downloads: 19
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Database     Haskey    

haskey alternatives and similar packages

Based on the "haskey" category.
Alternatively, view haskey alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of haskey or a related project?

Add another 'haskey' Package

README

haskey

Travis Hackage Stackage Nightly Stackage LTS

Haskey is a transactional, ACID compliant, embeddable, scalable key-value store written entirely in Haskell. It was developed as part of the Summer of Haskell 2017 project.

Tutorial

A full tutorial can be found in the haskey-mtl library, along with a full code example.

Historical blog posts

Some blog posts have been written on Haskey's design an internals. These give an insight in the inner workings of Haskey, but the used APIs might be a bit outdated.

  • An introductory blog post on Haskey can be found here.
  • An blog post on user-defined schemas and using the HaskeyT monad can be found here