package leveldb

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.2.tar.gz
md5=690910f2bf70b4b1b2f6ca1a2075ac0a

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: 11 May 2016

Dev Dependencies (1)

  1. ounit with-test

Used by (1)

  1. obigstore

Conflicts

None