Skip to content

domsj/orocksdb

Repository files navigation

ORocksDb

Build Status

This repository contains some ocaml bindings to the C api of rocksdb. It is most certainly not complete. Not all available/implemented options have been tested. Additions and fixes are always welcome.

The binding is used as part of https://github.com/openvstorage/alba.

In case this library is not sufficient for your needs, then feel free to extend it, or to have a look at one of the alternatives: https://github.com/ahrefs/ocaml-ahrocksdb and https://github.com/chetmurthy/ocaml-rocksdb.