UNPKG

pg-flyway

Version:

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

6 lines (5 loc) 116 B
export type InfoHandlerOptions = { databaseUrl: string; historyTable: string; historySchema: string; };