Crate toql_sql_expr_parser

Source
Expand description

The SQL expression parser is used by the sql_expr! macro to compile a SQL expression into programm code.

The parser is written with Pest.

Structs§

PestSqlExprParser

Enums§

Rule