nanobus.migrate.postgres/v1
Description
DatabaseSource code
This component offers database migrations for Postgres using the
golang-migrate/migrate library.
It reads migrations from sources (.sql files with DDL) and applies them in correct order to a database.
Options
name
stringName of the SQL driver to open.
dataSource
stringThe data source connection string.
directory
stringThe directory to use for migration sources.
sourceUrl
stringThe directory to use for migration sources.
migrationsTable
stringmigrationsTableQuoted
boolmultiStatementEnabled
booldatabaseName
stringschemaName
stringstatementTimeout
DurationmultiStatementMaxSize
i32