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) 329 B
import { Command } from 'commander'; import { CreateEmptyMigrationHandlerOptions } from '../types/create-empty-migration-handler-options'; export declare function createEmptyMigrationHandlerOptions(options: CreateEmptyMigrationHandlerOptions): Promise<void>; export declare function createEmptyMigration(program: Command): void;