![Gitter](https://badges.gitter.im/Join Chat.svg)
SQL parser for node.js
- SQL parser useful for database abstraction layers and analyzers
- Freeform syntax - it should be compatible with various SQL dialects
Because sqljs is still under heavy development, installation is better over git. In fact, at npm repository this package is still empty.
git clone git://github.com/langpavel/node-sqljs.git sqljs && cd sqljs && npm install && make
and optionally
sudo npm link
npm install git://github.com/langpavel/node-sqljs.git
or globally
npm install -g git://github.com/langpavel/node-sqljs.git