Expand description
In-memory ephemeral database
This module defines an in-memory database type called MemoryDatabase that is based on a
BTreeMap.
Structs
- In-memory ephemeral database
In-memory ephemeral database
This module defines an in-memory database type called MemoryDatabase that is based on a
BTreeMap.