smchamberlin / node-red-contrib-ibm-db2

Node-RED nodes to work with a Db2 LUW database. Works with "Db2 on Cloud" and "Db2 Warehouse on Cloud" services as well as standalone installation of Db2 LUW.
4 stars 14 forks source link

Adding support for user-provided sqldb db2 connections in Bluemix Local #5

Closed benjaminchodroff closed 8 years ago

benjaminchodroff commented 8 years ago

BlueMix Local supports integration to local enterprise databases that may exist outside of a bluemix service. This patch allows users to define these services in BlueMix Local by using cloud foundry to define a user-provided service. Example:

cf create-user-provided-service "sqldb" -p '{"username":"myuser","password":"nothidden","hostname":"example.oncloudone.com","port":50000,"db":"CCM"}'

smchamberlin commented 8 years ago

Good one, thanks for the contribution - I'll add another line for dashDB , too.