UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

10 lines (7 loc) 449 B
import { b as Nullable } from '../../generalTypes-BlKhVJMl.js'; type StorageParameters = { [key: string]: boolean | number; }; declare function dataClause(data?: boolean): string; declare function storageParameterStr<TStorageParameters extends Nullable<StorageParameters>, TKey extends keyof TStorageParameters>(storageParameters: TStorageParameters): (key: TKey) => string; export { type StorageParameters, dataClause, storageParameterStr };