Automatic Migrations for golang-migrate
Use Atlas to plan golang-migrate migrations automatically: define the desired schema, diff it against the migration directory, and write the SQL files.
Use Atlas to plan golang-migrate migrations automatically: define the desired schema, diff it against the migration directory, and write the SQL files.
Learn how to automatically generate schema migrations for any database schema change using the `atlas migrate diff` command. This guide covers automatic migration planning for database schema migrations with Atlas, best practices, and examples for SQL, HCL, and ORM sources.
Import an existing goose project into Atlas: convert the migration files to an Atlas migration directory and set the baseline version on the target database.