I am trying to perform multiple queries with the node-red-contrib-postgresql node.
So I construct an array of queries "insert into" and send it to the node postgresql.
It is clearly indicated in the manual that it is possible but I can't do it.
Does anyone have a clue ?
The function "req" exit many sql queries "insert into".
How can I control postgresql node to execute all queries ?
I tried to use the outputs msg.tick and msg.complete from node postgresql