package dokeysto

  1. Overview
  2. Docs
The dumb OCaml key-value store

Install

Dune Dependency

Authors

Maintainers

Sources

v4.0.1.tar.gz
md5=9fe891ee55d33b551be763c7cba53397

README.md.html

dokeysto

The dumb OCaml key-value store

Cf. src/test.ml for some examples and src/db.mli for the interface and documentation. The most generic version of the store ('a key to 'a value) is in src/db_gen.mli.