working on first setup of pg migrations

This commit is contained in:
2026-05-10 19:51:13 -07:00
parent 3cdec698ef
commit 5318a1eb4a
5 changed files with 121 additions and 1 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
"dotenv": "^16.0.3",
"express": "^4.18.2",
"node-pg": "^1.0.1",
"p-limit": "^7.3.0"
"p-limit": "^7.3.0",
"pg": "^8.20.0"
},
"devDependencies": {
"eslint": "^10.3.0",