After a good night's sleep, I just read my original post again and realized
my attempt to provide context made it kind of rambling. Sorry for that.
My burning question is this: I'd like to nest groups of children data into
a collection of parent data. My "assoc-groups" function (code sample
rep
I'm dabbling in Clojure and HugSQL, coming from a Java + MyBatis
background, and I'm working through approaches for avoiding the ol' 1+N
SELECTs when retrieving nested data. Being a beginner, I'm looking for a
general sanity check, whether in the small or the large.
In Java + MyBatis, I've used