{"library":"qh-flora-sql-parser","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"0.10.1","tags":["javascript","sql","parser","ast"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install qh-flora-sql-parser","imports":["import { Parser } from 'flora-sql-parser';","import { util } from 'flora-sql-parser'; const astToSQL = util.astToSQL;","import floraSQLParser from 'flora-sql-parser';"]},{"cmd":"yarn add qh-flora-sql-parser","imports":[]},{"cmd":"pnpm add qh-flora-sql-parser","imports":[]}],"homepage":"https://github.com/qing-hai/flora-sql-parser","github":"https://github.com/qing-hai/flora-sql-parser","docs":null,"changelog":null,"pypi":null,"npm":"qh-flora-sql-parser","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}