UNPKG

rawsql-ts

Version:

[beta]High-performance SQL parser and AST analyzer written in TypeScript. Provides fast parsing and advanced transformation capabilities.

7 lines 405 B
import { InsertQuery } from "./InsertQuery"; import { SimpleSelectQuery } from "./SimpleSelectQuery"; import { BinarySelectQuery } from "./BinarySelectQuery"; import { ValuesQuery } from "./ValuesQuery"; export { DuplicateCTEError, InvalidCTENameError, CTENotFoundError } from './CTEError'; export { SimpleSelectQuery, BinarySelectQuery, ValuesQuery, InsertQuery }; //# sourceMappingURL=SelectQuery.js.map