The release 0.4.0 of PGMig is out.
PGMig is a standalone PostgreSQL Migration Runner using Migratus. It's
just like Migratus but it is compiled into a native binary. It can be used to
execute sql migrations while developing without a lein plugin but it is
also useful a as blazing fast init container for apps that are deployed
to Kubernetes.
What's new:
• Native image capability to connect via TLS.
• More command line options checks.
Breaking changes
• Command line options have the highest priority (overriding environment variables)
• Environment variables have been changed to match `psql` environment
• Updated to GraalVM 20.2.0.
• No verbose logging defaults.