From 4d974f0d007a4c8e131bf2e803e49dd23b5c55b1 Mon Sep 17 00:00:00 2001 From: unborn-andy <93290787+unborn-andy@users.noreply.github.com> Date: Tue, 4 Jan 2022 22:42:02 +0200 Subject: [PATCH] Update README.md --- storage/sqlite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/sqlite/README.md b/storage/sqlite/README.md index 3cbb7dd7..90bd5d5c 100644 --- a/storage/sqlite/README.md +++ b/storage/sqlite/README.md @@ -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)`