Module mithril_persistence::store
source · Expand description
Define a generic way to store data with the Store Adapters, and the StakeStorer to store stakes.
Modules§
- Define a generic way to store data with the Store Adapter, with an adapter in memory and another sqlite.
Traits§
- Represent a way to store the stake of mithril party members.
- Implementing this trait will make store able to limit the number of the stored records by pruning them if a limit is set.