working with postgres

This commit is contained in:
counterweight 2025-02-08 17:02:59 +01:00
parent d8a72e5978
commit 1ef39baa57
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
6 changed files with 186 additions and 9 deletions

View file

@ -3,8 +3,10 @@
"version": "1.0.0",
"dependencies": {
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.17.1",
"pg": "^8.13.1",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7",
"uuid": "^11.0.5"
@ -21,4 +23,4 @@
"keywords": [],
"author": "",
"license": "ISC"
}
}