packages feed

haskey-0.1.0.0: README.md

haskey
======

[![Travis](https://travis-ci.org/haskell-haskey/haskey.svg?branch=master)](https://travis-ci.org/haskell-haskey/haskey)
[![Coverage](https://coveralls.io/repos/github/haskell-haskey/haskey/badge.svg?branch=master)](https://coveralls.io/github/haskell-haskey/haskey?branch=master)
[![Hackage](https://img.shields.io/hackage/v/haskey.svg?maxAge=2592000)](https://hackage.haskell.org/package/haskey)
[![Stackage Nightly](http://stackage.org/package/haskey/badge/nightly)](http://stackage.org/nightly/package/haskey)
[![Stackage LTS](http://stackage.org/package/haskey/badge/lts)](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._