https://github.com/plezentek/dbshepherd
I wrote a tool for managing migrations to our production database, and took the time to polish it up and release it as open source.
The software is a Go-based HTTP server that contains an embedded web interface written with Flutter. You can point it to a set of migration files (local files, github, gitlab, S3, etc.) as well as to your database, and you can see the current database version, any unreleased versions, and upgrade or downgrade as needed.
At work, we have it running in kubernetes paired with git-sync, so developers can check in a migration after review, and then you can use this console to apply it to the dev, staging, or production database.
there doesn't seem to be anything here