Skip to main content

Module parser

Module parser 

Source

Structs§

Parser
A recursive-descent SQL parser.

Functions§

parse
Parse a SQL string into a Statement AST using the given dialect.
parse_statements
Parse a SQL string containing multiple statements separated by semicolons.