You need to install the mysql npm module:
npm install mysql
The reason sequelize doesn’t have the mysql module as its own dependency is because it can be used with other databases such as postgres or sqlite.
You need to install the mysql npm module:
npm install mysql
The reason sequelize doesn’t have the mysql module as its own dependency is because it can be used with other databases such as postgres or sqlite.