Skip to content
/ db2.js Public

node.js bindings for IBM DB2 Express-C (might work w/ other implementations, too)

Notifications You must be signed in to change notification settings

herzi/db2.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

You can easily install this package with npm:

npm install db2

Testing

The current test code depends on a database I have set up within my development vm. The code will be updated to use the sample database from DB2 later.

Development

Requires gcc and g++, node-gyp, node.js.

About

node.js bindings for IBM DB2 Express-C (might work w/ other implementations, too)

Resources

Stars

Watchers

Forks

Packages

No packages published