Skip to content

Instantly share code, notes, and snippets.

@colletth
Created September 6, 2017 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colletth/5664b1ab2e18a022654e80b47266a63e to your computer and use it in GitHub Desktop.
Save colletth/5664b1ab2e18a022654e80b47266a63e to your computer and use it in GitHub Desktop.
node-red-contrib-mssql

Node for node-red to connect to a Microsoft MS SQL Database

{
"name": "node-red-contrib-mssql",
"version": "0.0.7",
"description": "Node for node-red to connect to a Microsoft MS SQL Database",
"main": "odbc.js",
"dependencies": {
"mssql": ">=3.0.1 <4.0.0",
"mustache": "latest"
},
"node-red": {
"nodes": {
"mssql": "mssql.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "npm version patch && git push --tags",
"postrelease": "npm publish . && git push"
},
"repository": {
"type": "git",
"url": "https://github.com/redconnect-io/node-red-contrib-mssql"
},
"keywords": [
"node-red",
"odbc",
"unixodbc",
"mssql",
"sql",
"Microsoft",
"database"
],
"author": "Redconnect.io",
"license": "MIT",
"homepage": "http://www.redconnect.io",
"bugs": {
"url": "https://github.com/redconnect-io/node-red-contrib-mssql/issues"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment