*PGMig 0.5.0* 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:

   - Support native-image programmatic migrations via Small Clojure 
   Interpreter (sci) <https://github.com/borkdude/sci>
   - Add cli option for the migration format: sql (default), clj, edn
   - Support EDN migrations (uberjar only)
   - Print version command

Release notes: https://github.com/leafclick/pgmig/blob/master/CHANGELOG.md

Since this release you can even grab pre-built binaries for 
Linux/Mac/Windows here: 
https://github.com/leafclick/pgmig/releases/tag/v0.5.0

Special thanks to @borkdude <https://clojurians.slack.com/team/U04V15CAJ> for 
SCI!

Kamil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/cf4b4dfb-3a44-45e4-a52f-66dfcc086dbdn%40googlegroups.com.

Reply via email to