Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unborn-andy committed Jan 4, 2022
1 parent 8fb1169 commit c2f7cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/sqlite/README.md
Expand Up @@ -37,7 +37,7 @@ When using Via msg.topic or Batch without response msg.topic must hold the query
When using msg.topic, parameters can be passed in the query using a msg.payload array. Ex:

```
msg.topic = `INSERT INTO test (name, surname) VALUES ($name, $surname)`
msg.topic = `INSERT INTO table (name, surname) VALUES ($name, $surname)`
msg.payload = ["John", "Smith"]
return msg;
```
Expand Down

0 comments on commit c2f7cb7

Please sign in to comment.