Crate lib_migrations_sql

Crate lib_migrations_sql 

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
SqlMigration
A migration defined by SQL strings.
SqliteContext
SQLite execution context wrapping a connection.
SqliteStore
SQLite-backed migration store.

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.
SqlExecutor
Trait for SQL execution contexts.

Type Aliases§

Result