bestlong / node-red-contrib-mssql-plus

A Node-RED node to read and write to Microsoft MS SQL Databases
MIT License
31 stars 18 forks source link

Feature request: Allow variable server IP and Passwords #71

Open mirrorspock opened 1 year ago

mirrorspock commented 1 year ago

Currently the server info can be set via a ENV variable, it would be nice if it could be set in the flow.

GerritGitHub commented 1 year ago

I support this request. I did a post on this on the Nored-Red forum. https://discourse.nodered.org/t/enhancement-request-enable-config-nodes-to-accept-msg-variables-to-set-config-at-runtime/76379 In this I 'hacked' the node to set the server info in the flow. This is not 100% as I would have liked it to worked but gets the job done. I have never created a branch on a flow before and have only done this on a local copy of node-red-contrib-mssql-plus. Maybe I should?

DarkerChild commented 11 months ago

I also support this. Would you be happy to share the changes you made Gerrit?

PeteVdB commented 10 months ago

I also would love to see this feature be added.

SandeepAgarwal13 commented 6 days ago

+1 . Allowing variables will make the node much more configurable. Today i have 6 DBs - and i need to use 6 nodes - as there is no way to change the params at run time.