Expand description
Implements crate::store::KeyValueDatabase
in memory.
Structs§
- Memory
Database - A connection to a namespace of key-values in memory.
- Memory
Store - A virtual DB client where data are persisted in memory.
- Memory
Store Config - The initial configuration of the system
Enums§
- Memory
Store Error - The error type for
MemoryStore
.