Ajout de l'ORM

Co-authored-by: S0dy <msorin@msorin.com>
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-04-29 11:42:50 +02:00
parent 215383a526
commit 5e1987c6ba
15 changed files with 358 additions and 6 deletions

View File

@ -9,8 +9,10 @@
"export": "next export"
},
"dependencies": {
"mysql2": "^2.1.0",
"next": "^9.3.0",
"react": "^16.13.0",
"react-dom": "^16.13.0"
"react-dom": "^16.13.0",
"sequelize": "^5.21.7"
}
}