Add bind capability to sqlite and mysql nodes

Thanks to Scott Penrose for the patch.
This commit is contained in:
dceejay
2015-01-26 10:57:13 +00:00
parent d7dc9dae20
commit 5982da8495
6 changed files with 10 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-sqlite",
"version" : "0.0.3",
"version" : "0.0.4",
"description" : "A sqlite node for Node-RED",
"dependencies" : {
"sqlite3" : "2.x"
"sqlite3" : "3.0.*"
},
"repository" : {
"type":"git",