Module memory

Source
Expand description

Implements crate::store::KeyValueDatabase in memory.

Structs§

MemoryDatabase
A connection to a namespace of key-values in memory.
MemoryStore
A virtual DB client where data are persisted in memory.
MemoryStoreConfig
The initial configuration of the system

Enums§

MemoryStoreError
The error type for MemoryStore.