From ed79de6e61575d3d86870432778019dad115b701 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki <7413593+a8m@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:24:00 +0200 Subject: [PATCH] docs/migrations: add Atlas/Sequelize integration --- docs/models/migrations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/models/migrations.md b/docs/models/migrations.md index 5fd0a2b83..3797bd321 100644 --- a/docs/models/migrations.md +++ b/docs/models/migrations.md @@ -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.