Module mithril_persistence::store::adapter
source · Expand description
Define a generic way to store data with the Store Adapter, with an adapter in memory and another sqlite.
Structs§
- A StoreAdapter that store one fixed data record, for testing purpose.
- A StoreAdapter which always fails, for testing purpose.
- A StoreAdapter that store data in memory.
- Store adapter for SQLite3
- Iterator over SQLite adapter results.
Enums§
- StoreAdapter related errors
Traits§
- Represent a way to store Key/Value pair data.