This tool was created when I was setting up some database migrations stuffs in the CI pipeline that was supposed to be executed on another environment. The migration should be applied on main branch.
I've been using dockerized Postgres for local development with several projects lately. This is typically with framework tooling (like Rails) where schema migrations and query execution are handled by ...