Skip to content

A Node-RED node to read and write from/to a Microsoft SQL Server database

Notifications You must be signed in to change notification settings

gabheadz/node-red-node-mssql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-node-mssql

A Node-RED node to read and write to a Microsoft SQL Server database.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-node-mssql

Usage

Allows basic access to a MSSQL database.

This node uses the query operation against the configured database. This does allow both INSERTS and DELETES.

By it's very nature it allows SQL injection... so be careful out there...

The msg.topic must hold the query for the database, and the result is returned in msg.payload.

Typically the returned payload will be an array of the result rows.

If nothing is found for the key then null is returned.

About

A Node-RED node to read and write from/to a Microsoft SQL Server database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published