Use sequelize

This commit is contained in:
2022-04-17 15:19:12 +02:00
parent 6eccae8721
commit be2991cd50
8 changed files with 1316 additions and 31 deletions

View File

@@ -15,6 +15,8 @@
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"mysql2": "^2.3.3",
"nodemon": "^2.0.15"
"nodemon": "^2.0.15",
"sequelize": "^6.19.0",
"sequelize-cli": "^6.4.1"
}
}