Bump sqlite and add wait times to readme

This commit is contained in:
Dave Conway-Jones 2019-04-25 12:40:49 +01:00
parent 002366844e
commit e69d65667a
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
2 changed files with 8 additions and 2 deletions

View File

@ -10,6 +10,12 @@ Run the following command in your Node-RED user directory - typically `~/.node-r
npm i --unsafe-perm node-red-node-sqlite
**Note**: the install process requires a compile of native code. This can take 15-20 minutes on
devices like a Raspberry Pi - please be prepared to wait a long time. Also if node.js is upgraded at any point you will need to rebuild the native part manually, for example.
cd ~/.node-red
npm rebuild
Usage
-----

View File

@ -1,9 +1,9 @@
{
"name": "node-red-node-sqlite",
"version": "0.3.6",
"version": "0.3.7",
"description": "A sqlite node for Node-RED",
"dependencies": {
"sqlite3": "^4.0.4"
"sqlite3": "^4.0.6"
},
"repository": {
"type": "git",