haskey-0.1.0.0: README.md
haskey
======
[](https://travis-ci.org/haskell-haskey/haskey)
[](https://coveralls.io/github/haskell-haskey/haskey?branch=master)
[](https://hackage.haskell.org/package/haskey)
[](http://stackage.org/nightly/package/haskey)
[](http://stackage.org/lts/package/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][soh2017] project.
[soh2017]: https://summer.haskell.org/news/2017-05-24-accepted-projects.html
An introductory blog post on Haskey can be found [here][introduction].
[introduction]: https://deliquus.com/posts/2017-08-24-introducing-haskey.html
_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._