node-red-contrib-oracledb-connector
v0.1.1
Published
An example Node-RED node
Downloads
2
Readme
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 throughmsg.payload
What's newin 0.1.0
- Initial relaese
Known issues
- Only basic connections are supported (no TNS or anything)