Expand description
database module. This module contains queries and entities shared between all application types.
Modules§
- cardano_
transaction_ migration - Migration module for cardano transactions store
- record
- Shared database records
- repository
- Shared database repositories
Structs§
- Database
Version - Entity related to the
db_version
database table. - Database
Version Checker - Struct to perform application version check in the database.
- GetDatabase
Version Query - Query to get DatabaseVersion entities.
- Hydrator
- Helper struct to hydrate common data.
- SqlMigration
- Represent a file containing SQL structure or data alterations.
- Update
Database Version Query - Query to UPSERT DatabaseVersion entities.
Enums§
- Application
Node Type - Application using a database
Type Aliases§
- DbVersion
- Database version.