forward / sql-parser
A SQL parser written in pure JS
☆540Updated 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☆341Updated 5 years ago
- Generic SQL engine for Web and Big-data.☆383Updated 6 years ago
- Parse SQL (select) statements into abstract syntax tree (AST) and convert ASTs back to SQL.☆293Updated 4 months ago
- SQL(select) parser written with jison. parse SQL into abstract syntax tree(AST) and stringify back to SQL. sql grammar follows https://de…☆255Updated last year
- Javascript library to parse CRUD (Create Retrieve Update Delete) SQL queries.☆99Updated 8 years ago
- Topologically sort directed acyclic graphs (such as dependency lists) in javascript☆303Updated last year
- Spreadsheet Number Formatter☆159Updated 2 years ago
- Node.js interface to the GraphViz graphing tool☆196Updated 3 years ago
- SQL parser in javascript☆92Updated 13 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
- Bindings to forkpty(3) for node.js.☆864Updated 5 years ago
- JDBC Wrapper for node.js☆141Updated last year
- An JSON-Path utility (XPath for JSON) for nodejs and modern browsers.☆92Updated 3 years ago
- JavaScript AST (Abstract Syntax Tree) transformation tools☆486Updated 5 years ago
- Task orchestration, creation and running using NodeJS☆456Updated 3 years ago
- Parse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL☆877Updated this week
- A nearley based sql parser and analyzer☆34Updated 10 months ago
- AOP for JS with before, around, on, afterReturning, afterThrowing, after advice, and pointcuts☆643Updated 5 years ago
- Tern plugin for Ace Editor☆78Updated 2 years ago
- PostgreSQL Query Parser for Node.js☆144Updated 2 years ago
- JavaScript bloom filter using FNV for fast hashing☆763Updated 4 months ago
- A lexer and parser generator in JavaScript for DSL and custom languages in the browser and Node.js