UNPKG

json-to-sql-parser

Version:

A TypeScript library that converts JSON-based query specifications into safe SQL queries

4 lines 283 B
import type { ParserState } from "../types"; export declare function buildDataTableWhereClause(state: ParserState, whereClause?: string): string; export declare function buildWhereClause(condition: unknown, state: ParserState): string | undefined; //# sourceMappingURL=where.d.ts.map