Results for “Std.Db.Migrate.Plan”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Migrate.Plan
What should happen next.
- Std.Db.Migrate.plan
&Array[Std.Db.Migrate.Migration] -> &Array[Std.Db.Migrate.Applied] -> Result[Std.Db.Migrate.Plan, Std.Db.Migrate.MigrationError]What should happen next, decided without a database.
- Std.Db.Migrate.pendingCount
&Std.Db.Migrate.Plan -> IntHow many migrations a plan would run.
- Std.Db.Migrate.pendingVersions
&Std.Db.Migrate.Plan -> Array[Int]The versions a plan would run, in order.
- Std.Db.Migrate.settled
&Std.Db.Migrate.Plan -> BoolWhether a plan has anything to do.
