UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

6 lines (5 loc) 148 B
import { QueryCompiled } from "./query-compiled"; export interface DdlCompiled { script: QueryCompiled; dependencies: DdlCompiled[]; }