Please enhance PostgreSQL node

The current PostgreSQL node requires you to do a Set node before (e.g.: to update) - you cannot define column-value combinations inside the Postgres node itself - this is a productivity hit.

Other modules such as HTTP Request allows you to define body arguments in its own module - a separate Set node is not required.

Here’s NocoDB’s node and Postgres’ for comparison:

PostgreSQL node for comparison:

Hey @fishnux,

That is not a bad idea, I am not sure why we took that route with the node and I think it could be made easier. The other option which isn’t ideal if you don’t know how to write a SQL query is to use the query option which gives you more control but at a knowledge cost.