Expand description
RocksDB Persistence
An implementation of the server persistence interface using RocksDB as the persistence store.
Structs§
- Rocks
Opts - Configuration wrapper for a Rocks database used by
FromOpts.
Functions§
- default_
db_ opts - Default RocksDB parameters.
- open_
rocks_ store - Open a RocksDB persistence store from a path in the local filesystem. If the specified database does not exist it will be crated.