Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 817 Bytes

File metadata and controls

35 lines (21 loc) · 817 Bytes

sqljs Build Status

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