node-red-node-mysql
Advanced tools
Comparing version 0.0.19 to 0.0.20
{ | ||
"name": "node-red-node-mysql", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "A Node-RED node to read and write to a MySQL database", | ||
"dependencies": { | ||
"mysql": "^2.17.1" | ||
"mysql": "^2.18.1" | ||
}, | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -8,5 +8,5 @@ node-red-node-mysql | ||
Run the following command in your Node-RED user directory - typically `~/.node-red` | ||
Either use the `Node-RED Menu - Manage Palette - Install`, or run the following command in your Node-RED user directory - typically `~/.node-red` | ||
npm install node-red-node-mysql | ||
npm i node-red-node-mysql | ||
@@ -21,3 +21,3 @@ | ||
By it's very nature it allows SQL injection... so <i>be careful out there...</i> | ||
By its very nature it allows SQL injection... so <i>be careful out there...</i> | ||
@@ -24,0 +24,0 @@ The `msg.topic` must hold the <i>query</i> for the database, and the result is returned in `msg.payload`. |
Sorry, the diff of this file is not supported yet
12355
Updatedmysql@^2.18.1