package ahrocksdb
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=df2264bccaba952209d00007fcbf097d4d26121e592cbf45597d689a2023801a
md5=c44c39c979d1e066660c4550606a078e
Description
This is a binding to Facebook's RocksDB.
Early prototype of this library based on orocksdb, we decided to rewrite our own binding to make use of Ctypes's stubs generators instead of the dynamic mode used in orocksdb.
It is currently based and was tested against RocksDB 5.14fb, and should work with newer versions of this library.
API changes and contributions
While we do not plan big changes in what is already implemented, we do not guarantee the stability of these APIs.
Some APIs could definitely use improvements (moving the current configuration system to a builder-like pattern), and some breakage may or may-not happen.
Pull requests to improve any parts of the library are however welcome, whether they are related to tests, binding coverage, or API improvements, feel free to open an issue to discuss changes.
Published: 31 Jan 2019
Dependencies (7)
- rresult
- conf-rocksdb
- astring
-
ctypes
>= "0.12.0"
- dune-configurator
-
dune
>= "1.3"
-
ocaml
>= "4.06.0"
Used by
None
Conflicts
None