node-red-contrib-oracledb-connector

0.1.1 • Public • Published

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)

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-oracledb-connector

Weekly Downloads

0

Version

0.1.1

License

Apache-2.0

Unpacked Size

18 kB

Total Files

7

Last publish

Collaborators

  • jonesyb