Results for “Std.Db.Migrate.MigrationError”
6 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Migrate.MigrationError
Why a schema will not be changed.
- Std.App.Database.migrate
&Std.App.Database.Database -> &Array[Std.Db.Migrate.Migration] -> Result[Int, Std.Db.Migrate.MigrationError]Bring the schema to what the program holds, through this database's driver.
- Std.Db.Migrate.apply
&Std.Db.Driver.Client -> &Std.Db.Driver.Driver -> &Array[Std.Db.Migrate.Migration] -> Result[Int, Std.Db.Migrate.MigrationError]Bring the schema to what the program expects, through any driver.
- Std.Db.Migrate.explain
&Std.Db.Migrate.MigrationError -> StrWhat a refusal says.
- Std.Db.Migrate.migrate
Std.Db.Session.Connection -> &Array[Std.Db.Migrate.Migration] -> Result[(Int, Std.Db.Session.Connection), Std.Db.Migrate.MigrationError]Bring the schema to what the program expects, on one PostgreSQL session.
- 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.
