node-red-node-sqlite
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "node-red-node-sqlite", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A sqlite node for Node-RED", | ||
@@ -10,3 +10,3 @@ "dependencies": { | ||
"type": "git", | ||
"url": "https://github.com/node-red/node-red-nodes/storage/sqlite/" | ||
"url": "https://https://github.com/node-red/node-red-nodes/tree/master/storage/sqlite" | ||
}, | ||
@@ -13,0 +13,0 @@ "license": "Apache-2.0", |
@@ -19,3 +19,2 @@ node-red-node-sqlite | ||
Usage | ||
@@ -26,3 +25,3 @@ ----- | ||
This node uses the <b>db.all</b> operation against the configured database. | ||
This node uses the **db.all** operation against the configured database. | ||
This does allow INSERTS, UPDATES and DELETES. | ||
@@ -32,7 +31,7 @@ | ||
`msg.topic` must hold the <i>query</i> for the database, and the result is returned in `msg.payload`. | ||
`msg.topic` must hold the *query* for the database, and 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 <code>msg.extension</code> property containing the full path and filename. | ||
You can load sqlite extensions by inputting a `msg.extension` property containing the full path and filename. | ||
@@ -39,0 +38,0 @@ The reconnect timeout in milliseconds can be changed by adding a line to **settings.js** |
Sorry, the diff of this file is not supported yet
22609
38