Structs§
- Changelog
Error - An error that occurred while processing a
ChangelogFile
- Changelog
File - A changelog file
- Migration
Runner - Struct for running migrations on a database
- Migration
State - The minimal information for a migration version
- Migrations
Error - Represents errors produced by migration code
- SqlStatement
- A single, optionally annotated, SQL statement
- SqlStatement
Annotation - The annotation of an SQL statement
- SqlStatement
Iterator - An iterator for a
ChangelogFile
Enums§
- Changelog
Error Kind - Kinds of errors that can occur when processing a
ChangelogFile
- Migration
Status - Status of a migration.
- Migrations
Error Kind - Kinds of errors produced by the migration code
Traits§
- Migration
Executor - Trait for executing migrations
- Migration
State Manager - Trait for state management
- Migration
Store - Struct storing the changelogs needed for the migrations
Type Aliases§
Attribute Macros§
- migrations
- Attribute macro for automatically generating a
db_up::MigrationStore