Connect to your database
In this section we perform read-only operations and make no changes to your database.
In this section we perform read-only operations and make no changes to your database.
Who is this guide for?
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
Install Atlas Locally
Learn how Atlas automatically generates SQL migration scripts from your desired schema. Plan, lint, and safely apply database schema changes.
After successfully verifying Atlas can connect to your database and understand its schema, let's proceed
Atlas is a language-independent tool for managing and migrating database schemas using modern DevOps principles.
Intro
After successfully connecting to your database using Atlas, our next step will be to verify that Atlas
Atlas is built on the concept of "Database Schema-as-Code", where teams define the desired state of their database