npm add pg dependency

This commit is contained in:
starbirdtech383
2023-10-25 02:15:10 +05:30
committed by mertmit
parent 72ae060b19
commit 06c9b006d6

View File

@@ -13,6 +13,7 @@
"dependencies": {
"express": "^4.18.2",
"knex": "^3.0.1",
"object-hash": "^3.0.0"
"object-hash": "^3.0.0",
"pg": "^8.11.3"
}
}