UNPKG

pg-flyway

Version:

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

8 lines (7 loc) 186 B
export type CreateEmptyMigrationHandlerOptions = { name: string; version?: string; locations: string; sqlMigrationSuffixes: string; sqlMigrationSeparator: string; };