Database toolkit for schema migrations and SQL management
Database toolkit
atlas
$ atlas project init
$ atlas migrate apply --url 'mysql://user:pass@localhost/db'
$ atlas schema lint --url 'postgres://user:pass@localhost/db'