Skip to content

hanabokuro/node-sqljs

 
 

Repository files navigation

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

About

SQL parser for node.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.6%
  • Makefile 4.4%