This library provides Haskell bindings to
[RocksDB](http://rocksdb.org)
[](https://drone.io/github.com/agrafix/rocksdb-haskell/latest)
## History
Version 0.1.x:
* initial fork of leveldb-haskell
## Installation
Prerequisites:
* [GHC 7.*](http://www.haskell.org/ghc)
* [Cabal](http://www.haskell.org/cabal), version 1.3 or higher
* [RocksDB](http://rocksdb.org)
* Optional: [Snappy](http://code.google.com/p/snappy),
if compression support is desired
To install the latest version from hackage:
```shell
$ cabal install rocksdb-haskell
```
To install from checked-out source:
```shell
$ cabal install
```
## Notes
This library is in very early stage and has seen very limited testing. Comments
and contributions are welcome.
## Bugs and Contributing
Please report issues via http://github.com/agrafix/rocksdb-haskell/issues.<br />
Patches are best submitted as pull requests, or via email
(mail@agrafix.net).
## License
BSD 3, see LICENSE file.