Crate keyvaluedb_memorydb

source ·
Expand description

A key-value in-memory database that implements the KeyValueDB trait

Structs§

  • A key-value database fulfilling the KeyValueDB trait, living in memory. This is generally intended for tests and is not particularly optimized.

Functions§

  • Create an in-memory database with the given number of columns. Columns will be indexable by 0..num_cols