atlas

Database toolkit for schema migrations and SQL management

brewmacoslinux
Try with needOr install directly
Source

About

Database toolkit

Commands

atlas

Examples

Initialize a new Atlas project$ atlas project init
Migrate database schema to a target state$ atlas migrate apply --url 'mysql://user:pass@localhost/db'
Lint SQL files for errors and best practices$ atlas schema lint --url 'postgres://user:pass@localhost/db'