Module mithril_persistence::database
source · Expand description
database module. This module contains queries and entities shared between all application types.
Modules§
- Migration module for cardano transactions store
- Shared database records
- Shared database repositories
Structs§
- Entity related to the
db_version
database table. - Struct to perform application version check in the database.
- Query to get DatabaseVersion entities.
- Helper struct to hydrate common data.
- Represent a file containing SQL structure or data alterations.
- Query to UPSERT DatabaseVersion entities.
Enums§
- Application using a database
Type Aliases§
- Database version.