Expand description
RocksDB layers (top-to-bottom): permanent -> state -> rest.
Re-exports§
pub use rocks_state::RocksStorageState;
Modules§
- rocks_
config - Settings and tweaks for the database and column families.
- rocks_
db - Functionalities related to the whole database.
- rocks_
state - State handler for DB and column families.
- types
- All types to be serialized and desserialized in the db.