The dumb OCaml key-value store
- OCaml 97.6%
- Makefile 2%
- Shell 0.3%
|
|
||
|---|---|---|
| src | ||
| dokeysto.opam | ||
| dokeysto_camltc.opam | ||
| dokeysto_lz4.opam | ||
| dune-project | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| test_camltc.sh | ||
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.