haskey

A transactional, ACID compliant, embeddable key-value store.

https://github.com/haskell-haskey

Version on this page:0.3.0.2
LTS Haskell 12.26:0.3.0.2
Stackage Nightly 2018-09-28:0.3.0.2
Latest on Hackage:0.3.1.0@rev:1

See all snapshots haskey appears in

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