Expand description
Parse SQL text into an AST (sqlparser) for downstream comment attachment.
This module does not interpret semantics; it only produces an AST + file metadata.
Structsยง
- Parsed
SqlFile - A single SQL file plus all
Statement. - Parsed
SqlFile Set - Struct to contain the vector of parsed SQL files