This library provides Haskell bindings to LevelDB
Prerequisites:
- GHC 7.*
- Cabal, version 1.3 or higher
- LevelDB
- Optional: Snappy, if compression support is desired
- Optional:
autoconf
To install the latest version from hackage:
$ cabal install leveldb-haskell
To install from checked-out source:
$ autoconf
$ cabal install
This library is in very early stage and has seen very limited testing. Comments and contributions are welcome.
Please report issues via https://github.com/kim/leveldb-haskell/issues.
Patches are best submitted as pull requests, or via email
([email protected]).
BSD 3, see LICENSE file.