Skip to main content

RocksDB

Type Alias RocksDB 

Source
pub type RocksDB = Arc<OptimisticTransactionDB<SingleThreaded>>;
Available on crate feature rocksdb only.
Expand description

The RocksDB database type.

Aliased Typeยง

pub struct RocksDB { /* private fields */ }