node-red-node-mssql
Advanced tools
+1
-1
| { | ||
| "name": "node-red-node-mssql", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "description": "A Node-RED node to read and write to a mssql database", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
+5
-5
@@ -1,4 +0,4 @@ | ||
| node-red-node-mysql | ||
| node-red-node-mssql | ||
| ======================== | ||
| A <a href="http://nodered.org" target="_new">Node-RED</a> node to read and write to a MySQL database. | ||
| A <a href="http://nodered.org" target="_new">Node-RED</a> node to read and write to a mssql database. | ||
@@ -10,3 +10,3 @@ Install | ||
| npm install node-red-node-mysql | ||
| npm install node-red-node-mssql | ||
@@ -17,3 +17,3 @@ | ||
| Allows basic access to a MySQL database. | ||
| Allows basic access to a mssql database. | ||
@@ -31,2 +31,2 @@ This node uses the <b>query</b> operation against the configured database. This does allow both INSERTS and DELETES. | ||
| The reconnect retry timeout in milliseconds can be changed by adding a line to <b>settings.js</b> | ||
| <pre>mysqlReconnectTime: 30000,</pre></p> | ||
| <pre>mssqlReconnectTime: 30000,</pre></p> |