Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 210 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 210 Bytes

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.