JS SQL Parse

JSON →
library 0.2.9 ·javascript
verified Jun 5, 2026

A nearley-based SQL parser and analyzer for JavaScript. Current version 0.2.9 is in early development (work in progress) with support for SELECT and CREATE VIEW operations. Outputs structured analysis including referenced tables, created tables, source tables from subqueries/joins, and the parse tree. Differentiators: lightweight, no external database required, focuses on SQL analysis rather than execution. Release cadence: irregular maintenance updates.