Skip to main content

25 docs tagged with "getting started"

View all tags

Automatic migration planning for Sequelize

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.

Automatic Schema Migration Planning for GORM

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.

Automatic Schema Migration Planning For SQLAlchemy

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.

Getting Started with Atlas

Get started with Atlas in 5 minutes. Define your schema, apply it to your database, and generate safe migrations - all from the CLI.

Project Structure

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

Setting up Drizzle with Atlas

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.

Setting up Prisma with Atlas

Learn how to set up Prisma with Atlas for advanced database schema management. This guide covers installation, configuration, and automatic migration planning.

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.

Welcome to the Atlas Documentation

The official Atlas documentation. Learn how to manage and migrate your database schemas with modern DevOps principles using declarative and versioned workflows.

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.