function
WithProjectMigrations
func WithProjectMigrations(driver migration.ProjectDriver) ExecuteOptionRegister the selected adapter’s compiled migration driver for project commands.
The driver is used only by project migration commands whose artifacts contain compiled data callbacks. It is not used by schema generation or the ordinary HTTP runtime.
Example
ridu.WithProjectMigrations(sqlite.ProjectMigrations(transforms...))Related types
ProjectDriverApplication-compiled callbacks behind adapter-owned project migration commands.
ExecuteOptionOne opaque runtime option accepted by Execute.