Structs§
- DryRun
Plan - A planned migration for dry-run output
- DryRun
Result - Result of a dry-run
- FnMigration
- Builder for creating simple migrations with closures
- Memory
Store - In-memory store for testing
- Migration
Record - Record of an applied migration
- Migration
Runner - Runs migrations against a context using a store for tracking.
- Migration
Status - Status of a migration
- SqlMigration
- A migration defined by SQL strings.
- Sqlite
Context - SQLite execution context wrapping a connection.
- Sqlite
Store - SQLite-backed migration store.
Enums§
Traits§
- Migration
- A migration that can be applied or rolled back.
- Migration
Store - Storage backend for tracking applied migrations.
- SqlExecutor
- Trait for SQL execution contexts.