Crate rocksdb_table
source ·Expand description
Some helpers for working with RocksDB databases.
Modules
- Marker structs that indicate access mode.
Structs
- A wrapper for a RocksDB database that maintains type information about whether it was opened in read-only mode.
- Allows selection of values to decode (if for example this is expensive).
Enums
- Allows selection of values to decode (if for example this is expensive).
Traits
- A database table.