UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

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