Module grin_store::lmdb

source ·
Expand description

Storage of core types using LMDB.

Structs§

  • Batch to write multiple Writeables to db in an atomic manner.
  • An iterator based on key prefix. Caller is responsible for deserialization of the data.
  • LMDB-backed store facilitating data access and serialization. All writes are done through a Batch abstraction providing atomicity.

Enums§

  • Main error type for this lmdb

Constants§

Functions§