Skip to content

TimonLukas/node-red-contrib-db2-fixed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Node-RED node to use a IBM DB2 database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.9%
  • HTML 37.1%