Skip to main content

Db

Type Alias Db 

Source
pub(crate) type Db = DBWithThreadMode<MultiThreaded>;
Expand description

Backing RocksDB type: multi-threaded column-family access, no transactions.

Aliased Typeยง

pub(crate) struct Db { /* private fields */ }