sqljs

0.0.0-6 • Public • Published

sqljs Build Status

Dependency Status devDependency Status Gitter 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

Readme

Keywords

Package Sidebar

Install

npm i sqljs

Weekly Downloads

237

Version

0.0.0-6

License

none

Last publish

Collaborators

  • langpavel