UNPKG

sedk-postgres

Version:

Simple SQL builder and validator

7 lines (6 loc) 255 B
import { BinderStore } from '../binder'; import { Artifacts } from '../steps/BaseStep'; import { BuilderData } from '../builder'; export interface IStatementGiver { getStmt(data: BuilderData, artifacts: Artifacts, binderStore: BinderStore): string; }