Skip to main content

Feature Compatibility

Atlas is Open-Core

Atlas is an open-core project. The core engine is open-source and available on GitHub under the Apache 2.0 license. Open-source features cover the core functionality of Atlas, including database inspection, diffing, migration planning and execution, and more. For the basic and common use cases, the open-source version of Atlas is more than enough.

In addition, Atlas also offers a number of advanced features that are only available in proprietary versions. The vast majority of these features are available in the Pro Plan of Atlas, which you can use for free by creating an Atlas account.

Pro Plan

We provide a free 30-day trial for new users, after which a license is required to continue using Atlas Pro.

Users can upgrade to the Pro Plan for $9/seat per month.

To learn more about our plans and pricing, visit the Atlas Pricing Page.

Create your Atlas Pro account by running the command below and following the instructions on the screen:

atlas login

Feature Availability

The following sections clarify which features are available to users who use the open-source version of Atlas and which are exclusively available to those on the Atlas Pro Plan.

CLI Features

FeatureAvailability
Database InspectionOpen
Schema DiffingOpen
Versioned MigrationsOpen
Declarative MigrationsOpen
Migration LintingPartially Open (Full version in Pro)
Custom Schema RulesPro
Pre-migration checksPro
Migration CheckpointsPro
Schema VisualizationPro
Interactive MigrationsPro
Testing FrameworkPro

Database Support

All common open-source RDBMS are supported in all versions of Atlas. In addition, Atlas supports SQL Server, ClickHouse and Redshift in the Pro Plan.

DriverAvailability
PostgreSQLOpen
MySQLOpen
MariaDBOpen
SQLiteOpen
CockroachDBOpen
TiDBOpen
LibSQLOpen
SQL ServerPro
ClickHousePro
RedshiftPro

Database Features

Most common database features are supported in all versions of Atlas. More advanced features are available to users of the Pro Plan.

The following features are supported by the PostgreSQL driver in all versions of Atlas:

  • Tables and columns
  • Indexes
  • Check, unique, and exclusion constraints
  • Foreign keys constraints
  • Enum types
  • Comments

Some features are only available in the Pro Plan. For example:

Data Sources

Data sources are a powerful feature of Atlas that allows you to load data from external sources into your Atlas Project.

Data SourceAvailability
SQLOpen
ExternalOpen
RuntimevarOpen
HCL SchemaOpen
External SchemaOpen
Remote DirectoryOpen
Template DirectoryOpen
AWS RDS TokenOpen
GCP CloudSQL TokenOpen
Composite SchemaPro

Linting rules

Migration and schema linting help teams automate the verification of schema changes, ensuring they are safe and won't introduce any issues. Atlas' open plan includes a basic set of linting rules, while the Pro Plan provides a more advanced suite for deeper validation.

Linting RuleAvailability
Backward incompatible changesOpen
Destructive changesOpen
Data-dependent changesOpen
MySQL and MariaDB checksOpen
SQLite specific checksOpen
Naming conventionsOpen
Concurrent index changesPro
PostgreSQL table-lockingPro
Linear history protectionPro
Custom linting rulesPro

For more a detailed breakdown on linting rules, visit the Migration Linting page.