Parse, format, validate, and tokenize SQLite SQL in the browser via syntaqlite + Pyodide
Loading Pyodide & syntaqlite...
Examples:
Formatted output
Results will appear here
Examples:
AST
Results will appear here
JSON
Results will appear here
Each table: {"name": "table_name", "columns": ["col1", "col2", ...]}
Examples:
Diagnostics
Results will appear here
JSON
Results will appear here
Examples:
Tokens
Results will appear here
JSON
Results will appear here
About: This playground runs
syntaqlite
entirely in your browser using Pyodide.
Syntaqlite is a parser, formatter, validator, and language server for SQLite SQL,
built on SQLite's own grammar and tokenizer.