API Reference cubdb v2.0.2
modules
Modules
CubDB
is an embedded key-value database for the Elixir language. It is
designed for robustness, and for minimal need of resources.
The CubDB.Snapshot
module contains functions to read from snapshots obtained
with CubDB.with_snapshot/2
or CubDB.snapshot/2
.
The CubDB.Tx
module contains functions to read or write within atomic
transactions created with CubDB.transaction/2
.