add shared database connection helpers

This commit is contained in:
Andrew Thauer
2020-08-13 22:56:45 -04:00
parent a82f780726
commit 815983ae84
14 changed files with 730 additions and 33 deletions
+1
View File
@@ -35,6 +35,7 @@
"express": "^4.17.1",
"knex": "^0.21.1",
"pg": "^8.3.0",
"pg-connection-string": "^2.3.0",
"sqlite3": "^4.2.0",
"winston": "^3.2.1"
},