Atlas Kubernetes Operator Quickstart
Learn how to quickly set up the Atlas Operator on a local Kubernetes cluster and apply a schema to a PostgreSQL database.
Learn how to quickly set up the Atlas Operator on a local Kubernetes cluster and apply a schema to a PostgreSQL database.
Learn how to use Atlas to automatically plan schema migrations for Sequelize projects. This guide covers installation, setup, and usage of the Atlas Sequelize Provider.
Learn how to integrate Atlas with Django to automate schema migration planning. This guide covers installation, setup, and usage of the Atlas Django Provider.
Learn how to manage and automate database schema migrations in Go projects that use GORM, with Atlas. This guide shows how to generate, version, and apply migration files for your GORM models.
Learn how to use Atlas with SQLAlchemy to automatically plan schema migrations based on your data model. This guide covers installation, configuration, and automating schema migration using the SQLAlchemy Atlas Provider.
Connect Atlas to your database using a standard URL format. Examples for PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, ClickHouse, Oracle, Snowflake, Spanner, Databricks, and more.
Define your database schema as code using HCL, SQL, or your ORM (GORM, Django, Prisma, Drizzle, and more). Compare options for familiarity, dependency ordering, and editor support.
A step-by-step guide for evaluating Atlas as your database schema management tool. Covers installation, schema-as-code, developer workflow, CI/CD, deployment, monitoring, and more.
Get started with Atlas in 5 minutes. Define your schema, apply it to your database, and generate safe migrations - all from the CLI.
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.
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.
Install the Atlas CLI on macOS, Linux, Windows, Docker, or CI. Includes custom driver builds for Oracle, Snowflake, Spanner, and Databricks.
Learn how Atlas automatically generates SQL migration scripts from your desired schema. Plan, lint, and safely apply database schema changes.
Learn how to set up Drizzle ORM with Atlas for advanced database schema management. This guide covers installation, configuration, and using Atlas to manage your Drizzle schema effectively.
Learn how to set up Prisma with Atlas for advanced database schema management. This guide covers installation, configuration, and automatic migration planning.
Set up your Atlas project: choose between versioned and declarative workflows, configure atlas.hcl, and organize your schema and migration directories.
Set up your Atlas migration workflow: versioned migrations with baseline creation, or declarative state-based migrations. Includes importing from Flyway, Liquibase, and other tools.
Learn how to manage SQLite migrations and schemas using Atlas and declarative HCL. This step-by-step guide covers inspecting, editing, and applying schema changes for efficient SQLite schema management
Learn how to manage SQLite migrations and schemas using Atlas with declarative SQL. This step-by-step guide covers inspecting, editing, and applying schema changes for efficient SQLite schema management.
Export your database schema to HCL or SQL code, configure a dev database, and verify Atlas produces a zero-diff against your live database.
The official Atlas documentation. Learn how to manage and migrate your database schemas with modern DevOps principles using declarative and versioned workflows.