mssql -> postgres

This commit is contained in:
BillMills
2019-06-21 13:38:27 -04:00
parent cdf9a12c62
commit 796318a319
5 changed files with 25 additions and 36 deletions

View File

@@ -14,7 +14,9 @@
"vue-resource": "^0.1.17",
"tedious": "^2.0.1",
"sequelize": "^4.20.1",
"prom-client": "^10.2.2"
"prom-client": "^10.2.2",
"pg": "^7.0.0",
"pg-hstore": "^2.3.3"
},
"devDependencies": {
"body-parser": "^1.14.1",