0.1.7 • Published 11 months ago

node-red-contrib-node-firebird-role v0.1.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

node-red-contrib-node-firebird-role

This is a fork of node-red-contrib-node-firebird

A Node-RED node to read and write to a Firebird database with the usage of roles.

Install

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

npm install node-red-contrib-node-firebird-role

Usage

Allows basic access to a Firebird database with the usage of roles.

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.

For Query type = Simple query: The msg.topic must hold the query for the database, and the result is returned in msg.payload.

For Query type = Transaction: The msg.topic may hold the array of queries in one string, divided by ";" or the simple query. The result for the last querry 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.

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago