Update README.md

This commit is contained in:
unborn-andy 2022-01-04 22:42:02 +02:00 committed by GitHub
parent c2f7cb7bc6
commit 4d974f0d00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ SQL Type Batch without response uses db.exec which runs all SQL statements in th
When using Via msg.topic or Batch without response msg.topic must hold the query for the database.
When using msg.topic, parameters can be passed in the query using a msg.payload array. Ex:
When using Via msg.topic, parameters can be passed in the query using a msg.payload array. Ex:
```
msg.topic = `INSERT INTO table (name, surname) VALUES ($name, $surname)`