@hackage haskey0.2.0.1
A transactional, ACID compliant, embeddable key-value store.
Installation
Dependencies (18)
- base >=4.7 && <5
- binary >=0.6 && <0.9 || >0.9 && <1
- bytestring >=0.10 && <1
- containers >=0.5 && <1
- directory >=1.2 && <2
- exceptions >=0.8.3 && <0.9 Show all…
Dependents (1)
@hackage/haskey-mtl
haskey
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.
An introductory blog post on Haskey can be found here.
Disclaimer: Haskey is not production ready yet. We are still actively making changes to the public API and the internals, as well as the binary format.