Module key_val_fs

Source
Expand description

Filesystem based key-value database

Simple filesystem based key-value database using a separate file in the file system per mapping, and offering locking operations on each entry for mutations/deletions. The goal of this library is not speed, but reliability, locking features, and ease of inspection of the state with standard command line tools.

Modulesยง

as_key
key_val
queue