1.2.3 • Published 7 months ago

node-red-contrib-agur-connector v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

node-red-contrib-easy-oracle

Allows basic access to Oracle databases.

This node uses the query operation against the configured database. Currently supports SELECT operations.

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

msg.payload will contain an object with two keys, metaData and rows. Rows key is an array of values.

If nothing is found for the query, an object with an empty rows array will be returned.

Note: this package depends on node-oracledb so it depends on the Oracle Instant Client that needs to be installed as a prerequisite. Details of installation here and specifically for Linux, using zip file, here.

1.2.0

7 months ago

1.2.3

7 months ago

1.2.2

7 months ago

1.2.1

7 months ago

1.1.0

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.7.0

8 months ago

0.6.3

8 months ago