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

docs/migrations: add Atlas/Sequelize integration #778

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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 sdepold and WikiRik 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