0.0.0-6 • Published 9 years ago

sqljs v0.0.0-6

Weekly downloads
784
License
-
Repository
github
Last release
9 years ago

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
0.0.0-6

9 years ago

0.0.0-5

9 years ago

0.0.0-4

9 years ago

0.0.0-3

10 years ago

0.0.0-2alpha5

11 years ago

0.0.0-2alpha4

11 years ago

0.0.0-2alpha2

12 years ago

0.0.0-1

12 years ago

0.0.0

12 years ago