Crate tetsy_kvdb[][src]

Key-Value store abstraction with RocksDB backend.

Structs

DBTransaction

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

Enums

DBOp

Database operation.

Constants

PREFIX_LEN

Required length of prefixes.

Traits

KeyValueDB

Generic key-value database.

KeyValueDBHandler

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

Type Definitions

DBValue

Database value.