UNPKG

pg-flyway

Version:

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

5 lines (4 loc) 255 B
import { Command } from 'commander'; import { MigrateHandlerOptions } from '../types/migrate-handler-options'; export declare function migrateHandler(options: MigrateHandlerOptions): Promise<void>; export declare function migrate(program: Command): void;