UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

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