node-red-contrib-db2 0.0.2

A Node-RED node to use a IBM DB2 database

npm install 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.

Node Info

Version: 0.0.2
Updated 6 years, 8 months ago
License: MIT
Rating: not yet rated

Actions

Rate:

Downloads

10 in the last week

Nodes

  • IbmDBdatabase
  • ibmdb

Keywords

  • node-red
  • db2
  • ibmdb

Maintainers