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) 240 B
import { Command } from 'commander'; import { InfoHandlerOptions } from '../types/info-handler-options'; export declare function infoHandler(options: InfoHandlerOptions): Promise<void>; export declare function info(program: Command): void;