UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

7 lines (6 loc) 154 B
"use strict"; // import { ParamType } from "../core/utils"; // export interface SqlAndParams { // sql: string; // params: ParamType[]; // }