db2
v0.1.2
Published
node.js bindings for IBM DB2 Express-C
Downloads
34
Readme
Installation instructions for db2.js
Make sure you have 'node-gyp' installed:
> npm install -g node-gyp
Configuration
Configure the package using node-gyp:
> node-gyp configure
If you're running a "pre" version of node, you need to pass the node folder, e.g.:
> node-gyp configure --nodedir "$HOME/node"
Compilation
Compile the package using node-gyp:
> node-gyp build
Installation
FIXME
Testing
FIXME