sequelize-automate
sequelize-automate copied to clipboard
No mariadb dialect
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
For missing mysql2, you can install it by npm npm install mysql2
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