This library provides Haskell bindings to RocksDB
Version 0.1.x:
- initial fork of leveldb-haskell
Prerequisites:
To install the latest version from hackage:
$ cabal install rocksdb-haskell
To install from checked-out source:
$ cabal install
This library is in very early stage and has seen very limited testing. Comments and contributions are welcome.
Please report issues via http://github.com/agrafix/rocksdb-haskell/issues.
Patches are best submitted as pull requests, or via email
([email protected]).
BSD 3, see LICENSE file.