pub(crate) type Db = DBWithThreadMode<MultiThreaded>;
Backing RocksDB type: multi-threaded column-family access, no transactions.
pub(crate) struct Db { /* private fields */ }