diff --git a/storage/sqlite/sqlite.html b/storage/sqlite/sqlite.html index 65f30774..ceeca265 100644 --- a/storage/sqlite/sqlite.html +++ b/storage/sqlite/sqlite.html @@ -74,7 +74,8 @@     $name:"John Doe"
}
Parameter object names must match parameters set up in the Prepared Statement. If you get the error SQLITE_RANGE: bind or column index out of range - be sure to include $ on the parameter object key.

+ be sure to include $ on the parameter object key.
+ The sql query for the example above could be: insert into user_table (user_id, user) VALUES ($id, $name);

Using any SQL Query, the result is returned in msg.payload

Typically the returned payload will be an array of the result rows, (or an error).

You can load sqlite extensions by inputting a msg.extension property containing the full