sqlite-parser

JSON →
library 1.0.4 ·javascript
verified Jun 7, 2026

A JavaScript library that parses SQLite 3 queries into abstract syntax tree (AST) representations. Version 1.0.4 is the latest stable release, under active development. It supports both synchronous and asynchronous parsing, stream transforms for large files, and a global CLI tool. Unlike generic SQL parsers, this library is specifically built against the SQLite 3 spec, providing accurate ASTs for SQLite-specific syntax.