BruceFletcher / node-red-contrib-postgres-multi

Multi-query variant of node-red-contrib-postgres
Apache License 2.0
5 stars 11 forks source link

Fix broken pg support #11

Open timlinux opened 2 years ago

timlinux commented 2 years ago

See issue https://github.com/BruceFletcher/node-red-contrib-postgres-multi/issues/9

For an interim workaround you can manually deploy the node package in your node-red environment like this:

cd /data/  (or wherever the directory is where your flows live)
npm install git+https://github.com/kartoza/node-red-contrib-postgres-multi.git

Screenshot showing node-red working with the PG node working when my patch is applied:

image

BruceFletcher commented 2 years ago

Sorry but as you can see, I'm not very active here lately. I've merged another PR that covers the same fix, so maybe just close this one?

Ideally, someone more active in the Node-RED community would take over this repo if it's still useful.