·12 min read
Building a SQL Tokenizer and Formatter From Scratch — Supporting 6 Dialects
A deep dive into building a SQL tokenizer and formatter that handles PostgreSQL, MySQL, SQL Server, Oracle, SQLite, and BigQuery — using a two-stage pipeline with no AST required.
SQLTypeScriptParsingCompilers