rocksdb-haskell

From http://rocksdb.org: RocksDB is an embeddable persistent key-value store for fast storage. RocksDB can also be the foundation for a client-server database but our current focus is on embedded workloads. RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores, to efficiently use fast storage, to support IO-bound, in-memory and write-once workloads, and to be flexible to allow for innovation.


Keywords
database, ffi, library, Propose Tags, http://rocksdb.org, Skip to Readme, , rocksdb-haskell-1.0.1.tar.gz, browse, Package description, Package maintainers, AlexanderThiemann, gromak, serokell, edit package information , RocksDB, GHC 8.*, Cabal, Snappy, http://github.com/serokell/rocksdb-haskell/issues
License
BSD-3-Clause
Install
cabal install rocksdb-haskell-1.0.1

Documentation

This library provides Haskell bindings to RocksDB

Build Status Windows build status

History

Version 0.1.0:

  • initial release of this fork.

Installation

Prerequisites:

To install the latest version from hackage:

$ cabal install rocksdb-haskell

To install from checked-out source:

$ 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.
Patches are best submitted as pull requests.

License

BSD 3, see LICENSE file.