https://github.com/UnixJunkie/dokeysto
The dumb OCaml key-value store
https://github.com/UnixJunkie/dokeysto
hash-table key-value-store lz4-compression nosql ocaml-library persistent-storage tokyocabinet
Last synced: about 2 months ago
JSON representation
The dumb OCaml key-value store
- Host: GitHub
- URL: https://github.com/UnixJunkie/dokeysto
- Owner: UnixJunkie
- License: other
- Created: 2018-06-15T00:26:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T09:10:21.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T05:43:11.178Z (9 months ago)
- Topics: hash-table, key-value-store, lz4-compression, nosql, ocaml-library, persistent-storage, tokyocabinet
- Language: OCaml
- Size: 65.4 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ocaml - dokeysto - dumb OCaml key-value store, string keys and string (Databases)
README
# 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.