Crate kvdb

source · []
Expand description

Key-Value store abstraction with RocksDB backend.

Structs

Write transaction. Batches a sequence of put/delete operations for efficiency.

Enums

Database operation.

Constants

Required length of prefixes.

Traits

Generic key-value database.

Generic key-value database handler. This trait contains one function open. When called, it opens database with a predefined config.

Type Definitions

Database value.