Module sql

Module sql 

Source
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.