UNPKG

node-pg-migrate-custom

Version:

Postgresql database migration management tool for node.js

5 lines (4 loc) 160 B
import { MigrationOptions } from '../types'; import { Sql } from './othersTypes'; export { Sql }; export declare function sql(mOptions: MigrationOptions): Sql;