Expand description
SQL parser implementation.
This module provides the core SQL parsing functionality using sqlparser-rs
as the foundation, with custom transformations to our AST types.
Functionsยง
- parse_
single_ statement - Parses a single SQL statement.
- parse_
sql - Parses a SQL string into a list of statements.