Automatic migration planning for golang-migrate
TL;DR
golang-migrate
is a popular database migration CLI tool and Go library that's widely used in the Go community.- Atlas is an open-source tool for inspecting, planning, linting and executing schema changes to your database.
- Developers using
golang-migrate
can use Atlas to automatically plan schema migrations for them, based on the desired state of their schema instead of crafting them by hand.