Expand description
Our storage abstraction, currently backed by Rkv.
Structs§
- Database
- Database used to access persisted data
This an abstraction around an Rkv database
An instance on this database is created each time the component is loaded
if there is persisted data, the
get
functions should retrieve it - Single
Store - A wrapper for an Rkv store. Implemented to allow any value which supports serde to be used.
- Single
Store Database
Enums§
- StoreId
- Enumeration of the different stores within our database.