Skip to content

Conversation

@a8m
Copy link

@a8m a8m commented Dec 22, 2024

Hey team,

Atlas is a Schema-as-Code and migration tool that supports most ORMs. A few months ago, we added support for Sequelize after it was requested many times by our community. In short, what Atlas provides for Sequelize' users is:

  • Automatic migration planning: It can read the Sequelize models from either JS/TS definitions and maintains for the users the migrations directory. Your can see the provider on GitHub: ariga/atlas-provider-sequelize
  • Schema diff: Atlas can compare Sequelize schema to databases, other Sequelize projects or other ORMs.
  • Allow extending the Sequelize schema with additional non ORM-ish objects such as triggers, RLS, functions, etc.
  • Migration linting, testing, and more.

For other example integrations we did:

@a8m a8m requested a review from a team as a code owner December 22, 2024 09:41
@a8m a8m requested review from WikiRik and sdepold December 22, 2024 09:41
@a8m
Copy link
Author

a8m commented Dec 24, 2024

Hey @WikiRik, just a quick reminder on this. Let me know if you need anything from me. Thanks!

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

Successfully merging this pull request may close these issues.

1 participant