UNPKG

rawsql-ts

Version:

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

6 lines 318 B
import { InsertQuery } from "./InsertQuery"; import { SimpleSelectQuery } from "./SimpleSelectQuery"; import { BinarySelectQuery } from "./BinarySelectQuery"; import { ValuesQuery } from "./ValuesQuery"; export { SimpleSelectQuery, BinarySelectQuery, ValuesQuery, InsertQuery }; //# sourceMappingURL=SelectQuery.js.map