Constant schemadb::DEFAULT_CF_NAME
source · pub const DEFAULT_CF_NAME: ColumnFamilyName = "default";
Expand description
Name for the default
column family that’s always open by RocksDB. We use it to store
LedgerInfo
.
pub const DEFAULT_CF_NAME: ColumnFamilyName = "default";
Name for the default
column family that’s always open by RocksDB. We use it to store
LedgerInfo
.