SQLite AST
github.com/simonw/sqlite-ast
Loading Pyodide...
SQL Query
select * from users where age > 21 order by name
Examples: Simple select Compound select Select with CTE Select with window functions
Partial AST (from parse error):
parse() -- JSON
Loading...
parse_ast() -- rich
Loading...