UNPKG

pg-mem

Version:

A memory version of postgres

4 lines 214 B
import { IValue } from '../interfaces-private'; import { QName } from 'pgsql-ast-parser'; export declare function buildCall(name: string | QName, args: IValue[]): IValue; //# sourceMappingURL=function-call.d.ts.map