sequelize-automate icon indicating copy to clipboard operation
sequelize-automate copied to clipboard

No mariadb dialect

Open Venefilyn opened this issue 5 years ago • 2 comments

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

Venefilyn avatar Jun 18 '20 21:06 Venefilyn

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

aekst avatar Jun 23 '20 01:06 aekst

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

Venefilyn avatar Jun 23 '20 08:06 Venefilyn