You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling to configure the project generated with sequelize-cli to use sqlite instead of MySQL. #1528 (there is no option to select dialect)
There are other issues such as sequelize-cli not generating TypeScript files. #1436 (there is no option for that).
sequelize-cli also generates files in CommonJS syntax instead of ES6 syntax (import x from y, export default, export). #960 (there is no option for that). People had to change the syntax manually.
Last update of sequelize-cli was in 2023.