forward / sql-parser
A SQL parser written in pure JS
☆537Updated 4 years ago
Alternatives and similar repositories for sql-parser:
Users that are interested in sql-parser are comparing it to the libraries listed below
- JavaScript implentation of SQLite 3 query parser☆340Updated 5 years ago
- Parse SQL (select) statements into abstract syntax tree (AST) and convert ASTs back to SQL.☆289Updated 2 months ago
- Generic SQL engine for Web and Big-data.☆383Updated 6 years ago
- SQL(select) parser written with jison. parse SQL into abstract syntax tree(AST) and stringify back to SQL. sql grammar follows https://de…☆256Updated 11 months ago
- Parse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL☆858Updated this week
- Javascript library to parse CRUD (Create Retrieve Update Delete) SQL queries.☆99Updated 8 years ago
- An extensible SQL generation library for JavaScript with a focus on introspectibility☆322Updated 4 years ago
- JavaScript implementation of most Microsoft Excel formula functions☆106Updated 3 years ago
- A nearley based sql parser and analyzer☆34Updated 8 months ago
- SQL query string builder for Javascript☆1,565Updated 3 years ago
- A streaming JSON parser written in pure JavaScript for node.js