nodejh / sequelize-automate

Automatically generate bare sequelize models from your database.
MIT License
116 stars 22 forks source link

No mariadb dialect #28

Open Venefilyn opened 4 years ago

Venefilyn commented 4 years ago

README mentions you should install one of the following dialects, which includes mariadb. Trying to run sequelize-automate shows that mariadb dialect does not exist.

Now trying to run as mysql complains about missing mysql2 driver

aekst commented 4 years ago

For missing mysql2, you can install it by npm npm install mysql2

Venefilyn commented 4 years ago

For missing mysql2, you can install it by npm npm install mysql2

My point being that mariadb driver doesn't work even if you select mysql