Flora SQL Parser

JSON →
library 0.10.1 ·javascript
verified Jun 5, 2026

Flora SQL Parser is a JavaScript library for parsing SQL SELECT statements into abstract syntax trees (AST) and converting ASTs back to SQL. The current stable version is 0.10.1, released intermittently with no fixed cadence. It is based on the SQL parser from Alibaba's nquery module and focuses on SELECT statements, with limited support for other DML statements. It supports ANSI SQL and requires Node.js >= 6. Unlike more comprehensive parsers like sqlite-parser or node-sql-parser, it is lighter but with narrower scope.