UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

5 lines (4 loc) 139 B
import { QueryCompiled } from "./query-compiled"; export interface QueryCompilable { compile(): QueryCompiled | QueryCompiled[]; }