Define database schemas in declarative code. Use HCL, SQL or any ORM or language.
Supports all popular ORMs, such as GORM, Sequelize, Django, SQLAlchemy, Hibernate, and more.
Test your schemas and migrations using the Atlas testing framework.
Define the desired state of your schema, and let Atlas automatically plan the SQL migrations. Like Terraform, but for databases.
Standardize schema changes using policies, regardless of the database or the ORM used.
Works with existing migration tools like Flyway, Liquibase, or migrate.
Prevent destructive and backward-incompatible changes, or migrations that might fail or lock the database before they reach production.
Automate and customize reviews and approvals using policies.
Atlas seamlessly integrates with modern deployment tools like Kubernetes and Terraform to make it easy to deploy your migrations to production as part of your existing CD process.
Gain full visibility into the databases in your development and production environments with detailed logs and troubleshooting capabilities.
Prevent schema drift in production by detecting manual and accidental changes to your database.
Learn more about Atlas and get updates