let sqlite add extensions

This commit is contained in:
Dave Conway-Jones
2018-08-22 13:58:55 +01:00
parent 85ddffb98f
commit 1b0f573f4e
4 changed files with 30 additions and 15 deletions

View File

@@ -25,6 +25,8 @@ By it's very nature it is SQL injection... so *be careful* out there...
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.
The reconnect timeout in milliseconds can be changed by adding a line to **settings.js**
sqliteReconnectTime: 20000,