[−][src]Crate kvdb
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 |
Type Definitions
| DBKey | Database keys. |
| DBValue | Database value. |