Comparing Schemas
It is sometimes useful to be able to calculate the diff between two
It is sometimes useful to be able to calculate the diff between two
Learn how to use Atlas with sqlc for declarative database schema migrations in Go projects. This guide explains integrating Atlas and sqlc, managing schema changes, and best practices for keeping your database and code in sync using declarative migrations.
Use the Atlas Terraform Provider for declarative database schema migrations to automatically plan and apply schema changes with Terraform.
Learn how to use Atlas for declarative schema migrations (sometimes called state-based migrations), enabling you to plan, review, and apply database schema migrations safely and automatically
This section introduces two types of workflows that are supported by Atlas
Learn how to use Atlas to manage your MariaDB schema using HCL declarative schema migrations. This guide covers inspecting the database, planning changes, and applying them.
Learn how to use Atlas to manage your MySQL schema with HCL declarative migrations. This guide covers inspecting the database, planning changes, and applying them.
Learn how to use Atlas to manage your PostgreSQL schema with declarative migrations using HCL. This guide covers inspecting the database, planning changes, and applying them.
Introduction
Learn how to use Atlas to manage your MariaDB schema with declarative migrations using SQL. This guide covers inspecting the database, planning changes, and applying them.
Learn how to use Atlas to manage your MySQL schema with declarative migrations using SQL. This guide covers inspecting the database, planning changes, and applying them.
Learn how to use Atlas to manage your PostgreSQL schema with declarative migrations using SQL. This guide covers inspecting the database, planning changes, and applying them.
Introduction
Automatic Schema Inspection
The atlas schema plan command allows users to pre-plan declarative schema migrations before applying them to the
Learn how to test declarative schema migration plans in Atlas using `atlas schema plan test` to validate planned changes before applying.