Crate lib_migrations_core

Crate lib_migrations_core 

Source

Structs§

DryRunPlan
A planned migration for dry-run output
DryRunResult
Result of a dry-run
FnMigration
Builder for creating simple migrations with closures
MemoryStore
In-memory store for testing
MigrationRecord
Record of an applied migration
MigrationRunner
Runs migrations against a context using a store for tracking.
MigrationStatus
Status of a migration

Enums§

Error
Phase
Deployment phase for a migration.

Traits§

Migration
A migration that can be applied or rolled back.
MigrationStore
Storage backend for tracking applied migrations.

Type Aliases§

Result