working with postgres
This commit is contained in:
parent
d8a72e5978
commit
1ef39baa57
6 changed files with 186 additions and 9 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue