This library provides Haskell bindings to
[RocksDB](http://rocksdb.org)
[](https://travis-ci.org/serokell/rocksdb-haskell)
[](https://ci.appveyor.com/project/jagajaga/rocksdb-haskell)
## History
Version 0.1.0:
* initial release of this fork.
## Installation
Prerequisites:
* [GHC 8.*](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/serokell/rocksdb-haskell/issues.<br />
Patches are best submitted as pull requests.
## License
BSD 3, see LICENSE file.