Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.31 KB

sqljs Build Status

Dependency Status devDependency Status ![Gitter](https://badges.gitter.im/Join Chat.svg) Gitipay

SQL parser for node.js

Synopsis

  • SQL parser useful for database abstraction layers and analyzers
  • Freeform syntax - it should be compatible with various SQL dialects

Instalation

Because sqljs is still under heavy development, installation is better over git. In fact, at npm repository this package is still empty.

Instalation via git:

git clone git://github.com/langpavel/node-sqljs.git sqljs && cd sqljs && npm install && make

and optionally

sudo npm link

Instalation via npm:

npm install git://github.com/langpavel/node-sqljs.git

or globally

npm install -g git://github.com/langpavel/node-sqljs.git