node-red-node-firebird 0.0.3

A Node-RED node to read and write to a Firebird database

npm install node-red-node-firebird

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

Install

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

npm install node-red-node-firebird

Usage

Allows basic access to a Firebird database.

This node uses the query operation against the configured database. This does allow both INSERTS and DELETES.

By it's very nature it allows SQL injection... so be careful out there...

The msg.topic must hold the query for the database, and the result is returned in msg.payload.

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.3
Updated 6 years, 8 months ago
License: Apache-2.0
Rating: not yet rated

Actions

Rate:

Downloads

0 in the last week

Nodes

  • Firebirddatabase
  • firebird

Keywords

  • node-red
  • firebird

Maintainers