UNPKG

@osdiab/node-pg-migrate

Version:

Postgresql database migration management tool for node.js

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