feat(backend): add support for PG

This commit is contained in:
Ivan Shmidt
2020-07-23 22:11:25 +02:00
parent 2893daf3b4
commit 189e1bf547
2 changed files with 30 additions and 5 deletions
+1
View File
@@ -34,6 +34,7 @@
"dockerode": "^3.2.0",
"express": "^4.17.1",
"knex": "^0.21.1",
"pg": "^8.3.0",
"sqlite3": "^4.2.0",
"winston": "^3.2.1"
},