# node-red-contrib-db2

> A Node-RED node to use a IBM DB2 database

Latest version **0.0.2** (published 2016-05-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install node-red-contrib-db2
pnpm add node-red-contrib-db2
yarn add node-red-contrib-db2
bun add node-red-contrib-db2
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2016-05-03 |
| First published | 2016-04-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4.0.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Marc Fouqué |
| Maintainers | mfou |
| Keywords | node-red, db2, ibmdb |

## Links

- npm: https://www.npmjs.com/package/node-red-contrib-db2
- Repository: https://github.com/mfou/node-red-contrib-db2
- Issues: https://github.com/mfou/node-red-contrib-db2/issues
- npm.io page: https://npm.io/package/node-red-contrib-db2

## Dependencies (2)

- [ibm_db](https://npm.io/package/ibm_db.md) 0.0.19
- [promise](https://npm.io/package/promise.md) 7.0.3

## Alternatives

- [@mdxeditor/editor](https://npm.io/package/@mdxeditor/editor.md) — 962.4K weekly downloads
- [mmdb-lib](https://npm.io/package/mmdb-lib.md) — 680.9K weekly downloads
- [playcanvas](https://npm.io/package/playcanvas.md) — 36.2K weekly downloads
- [@glw907/cairn-cms](https://npm.io/package/@glw907/cairn-cms.md) — 967 weekly downloads
- [markdown-to-confluence](https://npm.io/package/markdown-to-confluence.md) — 103 weekly downloads

## Recent versions

- 0.0.2 (latest) — 2016-05-03
- 0.0.1 — 2016-04-28

## README

# node-red-contrib-db2

A <a href="http://nodered.org" target="_new">Node-RED</a> 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 <i>database</i>

The `msg.topic` must hold the <i>query</i>

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 <i>null</i> is returned.

---
_Source: https://npm.io/package/node-red-contrib-db2 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
