db2

node.js bindings for IBM DB2 Express-C

Usage no npm install needed!

<script type="module">
  import db2 from 'https://cdn.skypack.dev/db2';
</script>

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