node-red-contrib-db2

0.0.2 • Public • Published

node-red-contrib-db2

A Node-RED node to read and write to a DB2 database.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-contrib-db2

Usage

Allows basic access to a DB2 database.

The msg.database must hold the database

The msg.topic must hold the query

and the result is returned in msg.payload.

Each row will send a new payload, so you can work with big results.

Typically the returned payload will be an array of the result rows.

If nothing is found for the key then null is returned.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-red-contrib-db2

    Weekly Downloads

    12

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • mfou