UNPKG

pg-flyway

Version:

Migration tool for PostgreSQL database, NodeJS version of Java migration tool - flyway (not wrapper for https://flywaydb.org/documentation/commandline)

12 lines (11 loc) 296 B
export type MigrateHandlerOptions = { dryRun: string; config: string; databaseUrl?: string; locations: string; historyTable: string; historySchema: string; sqlMigrationSuffixes: string; sqlMigrationSeparator: string; sqlMigrationStatementSeparator: string; };