postgre sql connect

This commit is contained in:
Jan Prochazka
2020-01-01 19:54:10 +01:00
parent 4da867e725
commit 0119d1839f
3 changed files with 114 additions and 2 deletions

View File

@@ -10,7 +10,8 @@
"eslint": "^6.8.0",
"express": "^4.17.1",
"mssql": "^6.0.1",
"mysql": "^2.17.1"
"mysql": "^2.17.1",
"pg": "^7.17.0"
},
"scripts": {
"start": "nodemon src/index.js"