1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Updated Todo Node.Js app to use express4-tedious middleware

Node.js data access added as npm module express4-tedious.
This commit is contained in:
Jovan Popovic
2017-05-08 13:05:09 +02:00
parent 7104348294
commit e486860a32
6 changed files with 42 additions and 115 deletions

View File

@ -12,8 +12,10 @@
},
"dependencies": {
"body-parser": "^1.15.2",
"config": "^1.26.1",
"debug": "^2.2.0",
"express": "^4.14.0",
"tedious": "^1.14.0"
"tedious": "^1.14.0",
"express4-tedious": "^0.1.0"
}
}