Skip to main content

17 docs tagged with "getting started"

View all tags

Project Structure

After successfully verifying Atlas can connect to your database and understand its schema, let's proceed

Quick Introduction

Atlas is a language-independent tool for managing and migrating database schemas using modern DevOps principles.

Setup Versioned Migrations

Learn how to set up versioned database migrations with Atlas. This guide covers configuring migration directories, creating baseline migrations, and verifying your schema changes for existing projects and databases.

SQLite Migrations with Declarative HCL in Atlas

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

SQLite Migrations with Declarative SQL in Atlas

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.

Your Schema-as-Code

Learn how to set up your database schema-as-code project with Atlas. This guide compares using Atlas DDL, plain SQL, and ORMs to define your desired schema state.