8000 GitHub - UnixJunkie/dokeysto: The dumb OCaml key-value store
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

UnixJunkie/dokeysto

Repository files navigation

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.

0