UNPKG

@kuindji/sql-type-parser

Version:
10 lines 284 B
/** * Type-level schema matcher for INSERT queries * * Takes a parsed SQL INSERT AST and a database schema, returns the result row type * (primarily for RETURNING clause). * * This module handles INSERT-specific matching logic. */ export {}; //# sourceMappingURL=matcher.js.map