0.1.1 • Published 7 months ago

node-red-contrib-oracledb-connector v0.1.1

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

node-red-contrib-oracledb-connector

A Node-Red node to connect to a Oracle database and run SQL queries with it

Installation

Project is not yet on npm.

How to use

After adding the node to the flow you a config node that has 4 fields

  • Name: name of the config
  • Username: username of the db
  • Password: password of the db
  • Connection string: simple connection string in the format of (ip:port/serviceName) The SQL you want to run must be provided through msg.payload

What's newin 0.1.0

  • Initial relaese

Known issues

  • Only basic connections are supported (no TNS or anything)
0.1.1

7 months ago

0.6.3

8 months ago