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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs/migrations: add Atlas/Sequelize integration
  • Loading branch information
a8m authored Dec 22, 2024
commit ed79de6e61575d3d86870432778019dad115b701
2 changes: 2 additions & 0 deletions docs/models/migrations.md
Original file line number Diff line number Diff line change
@@ -22,6 +22,8 @@ Head to [the `@sequelize/cli` page](../cli.md) for more information on how to wr

Of course, you are free to use any other migration tool:

- [Atlas](https://github.com/ariga/atlas) provides built-in integration for Sequelize, including automatic migration planning, migration linting, schema diffing, and more.
Read more in [Atlas/Sequelize portal](https://atlasgo.io/guides/orms/sequelize).
- [Umzug](https://github.com/sequelize/umzug) is a great alternative that the Sequelize CLI uses under the hood.
- Third-party tools that can be used to help with migrations are also listed on the [Third-Party Resources](../other-topics/resources.md#migrations) page.

Loading