liteparser is a highly efficient and fully complete SQLite SQL parser. It parses any SQLite SQL into a fully visitable AST, with JSON serialization, SQL unparsing (AST to SQL), tolerant/IDE parsing, ...
A SQLite SQL parser with a pgsql-ast-parser compatible API, compiled to WebAssembly. This package wraps the high-performance liteparser C library (Lemon LALR(1) parser + hand-written tokenizer) and ...