Function kvdb_memorydb::create
source · pub fn create(num_cols: u32) -> InMemory
Expand description
Create an in-memory database with the given number of columns.
Columns will be indexable by 0..num_cols
pub fn create(num_cols: u32) -> InMemory
Create an in-memory database with the given number of columns.
Columns will be indexable by 0..num_cols