UNPKG

@kuindji/sql-type-parser

Version:
8 lines 245 B
/** * Type-level schema matcher for SELECT queries * * Takes a parsed SQL SELECT AST and a database schema, returns the result row type. * This module handles SELECT-specific matching logic. */ export {}; //# sourceMappingURL=matcher.js.map