Morning! Working on generating a database structure with Integrant / HoneySQL, and generating rows with Malli
HoneySQL is cool. I recently added support in babashka so it can be used as a library there
Yeah I find HoneSQL amazing
I love how you can create partial queries, and add more later on
Very reusable
And data driven is always a + for me
By the way, I was wondering (since you mentioned Babashka)
Is it possible to create a new executable with babashka? So basically I write a small script for bb, and then package it up? Or would I be better off using GraalVM with a clojure repo?
I think it's easier to make a bash script which installs bb if it's not there and use that as a pre-amble. There is a project here which tries to convert bb scripts into a GraalVM native: https://github.com/MnRA/nativity
Ah cool, I'll take a look at that
Thanks
That one only works for very simple scripts, and is a bit quirky
Also mornin'
@kevin.van.rooijen this is a pretty extensive preamble: https://github.com/lambdaisland/open-source/blob/master/bin/bb
Thanks!