Replacer Sequelize for TypeORM

This decision was made because it's become apparent that the Sequelize TS support is more of an afterthought than an actual feature.
TypeORM, on the other hand, seems to achieve what Sequelize does in far less lines of code.
This commit is contained in:
Alexis
2021-07-31 12:20:41 +02:00
parent 4cc7c5533e
commit f6b95b9be1
2 changed files with 435 additions and 100 deletions

View File

@@ -38,12 +38,11 @@
"cors": "^2.8.5",
"express": "^4.17.1",
"helmet": "^4.4.1",
"mariadb": "^2.5.4",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemailer": "^6.6.3",
"uuid": "^8.3.2",
"mariadb": "^2.5.4",
"sequelize": "^6.6.5"
"typeorm": "^0.2.35"
},
"devDependencies": {
"@types/cors": "^2.8.12",