Function kvdb_memorydb::create [−][src]
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
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