stackhero-io / node-red-contrib-stackhero-mysql

Node-RED node to read and write to a MySQL or a MariaDB database. Compatible with TLS (SSL) and "Caching SHA2 password" authentication method.
16 stars 7 forks source link

Is there a way that the original message can be part of the data base response? #12

Closed SomeStrangeName closed 1 year ago

SomeStrangeName commented 1 year ago

I have a message with a value, for this value I need to lookup something in the database and for further processing I need the original msg object plus the response from the database. But as I see it the response from the database will replace the complete msg object with the pure response. Is there a way to "enrich" the original message with the database response?

SomeStrangeName commented 1 year ago

Oh I got it (headbang) ;)