Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the project abandoned? Why don't devs acknowledge important issues? #1530

Open
IgorArnaut opened this issue Mar 1, 2025 · 1 comment
Open

Comments

@IgorArnaut
Copy link

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.

@WikiRik
Copy link
Member

WikiRik commented Mar 2, 2025

Hi! This version of the CLI is basically abandoned. With the new major release of sequelize, we're rewriting the CLI in our monorepo; https://github.com/sequelize/sequelize/tree/main/packages/cli
We haven't included many features yet, but that's where progress will go.

The current version of the CLI is indeed outdated and therefore does not include ES Module or TypeScript file generation support. That's the first things we've added to the new one as you can see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants