Results for “Std.Db.Migrate.Applied”
3 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Migrate.Applied
One that has already run, as the database records it.
- 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.recordOf
Std.Db.Session.Connection -> Result[(Array[Std.Db.Migrate.Applied], Std.Db.Session.Connection), Std.Db.Session.DbError]The record a database holds.
