Expand description

Shared datatypes and traits used to for the persistence layer of Mithril nodes

Modules§

  • database module. This module contains providers and entities shared between all application types.
  • SQLite module. This module provides a minimal yet useful Entity framework on top of SQLite with ability to perform any SQL query possible and hydrate results in Rust structs.
  • Define a generic way to store data with the Store Adapters, and the StakeStorer to store stakes.