package leveldb

  1. Overview
  2. No Docs
OCaml bindings for Google's LevelDB library.

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-leveldb-1.0.3.tar.gz
md5=68ce7bda83d28cd14bf817355e9781af

Description

These bindings expose nearly the full LevelDB C++ API, including:

  • iterators
  • snapshots
  • batch updates
  • support for custom comparators

Blocking functions release the OCaml runtime system, allowing to:

  • run them in parallel with other OCaml code
  • perform multiple LevelDB operations in parallel

Published: 20 Feb 2014

Dev Dependencies

None

Used by (1)

  1. obigstore

Conflicts

None