UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

6 lines (5 loc) 127 B
import { ParamType } from "../core/utils"; export interface WhereCompiled { where: string; params: ParamType[]; }