Available on crate feature
cli only.Structs§
- Migrate
- Command-line arguments.
Enums§
- Operation
- A command-line operation.
Functions§
- run
- Run a CLI application that provides operations with the given migrations.
- run_
parsed - Same as
run, but allows for parsing and inspectingMigratebeforehand.