Skip to content

State of v7 #15736

Mar 3, 2023 · 3 comments · 4 replies
Discussion options

You must be logged in to vote

Sequelize 7 is still in alpha but if you're OK with the limitations, it's not a bad idea to start using it.

One of the selling points of v7 is that we rewrote a big part of it to be typescript-friendly

You can take a look at the progress of Sequelize 7 here: https://github.com/orgs/sequelize/projects/1/views/1

Here is what is likely to impact you:

  • sequelize-cli does not support Sequelize 7 yet. If you want to use migrations, you would need to use umzug or another migration library instead
  • If you use third-party libraries, they are unlikely to work with Sequelize 7 for the time being
  • A few decorators from Sequelize-TypeScript are still missing: #15334
  • Model inheritance is not ready Done
  • T…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@marcin-bury
Comment options

Answer selected by ephys
Comment options

You must be logged in to vote
1 reply
@ephys
Comment options

Comment options

You must be logged in to vote
2 replies
@ephys
Comment options

@ilyaskarim
Comment options

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