package leveldb

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.0.tar.gz
md5=63b3961fb3a34cb099fe0587ec20b148

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: 29 Jun 2015

Dev Dependencies

None

Used by (1)

  1. obigstore

Conflicts

None

OCaml

Innovation. Community. Security.