UNPKG

node-pg-migrate-custom

Version:

Postgresql database migration management tool for node.js

5 lines (4 loc) 141 B
import { Name } from './generalTypes'; export declare type Sql = (sqlStr: string, args?: { [key: string]: Name; }) => string | string[];