Expand description
Some helpers for working with RocksDB databases.
Modules§
Structs§
- Database
- A wrapper for a RocksDB database that maintains type information about whether it was opened in read-only mode.
- Selected
Value Table Iterator - Allows selection of values to decode (if for example this is expensive).
- Table
Iterator
Enums§
- Index
Iterator - Selected
Value Index Iterator - Allows selection of values to decode (if for example this is expensive).
Traits§
- Table
- A database table.