Re: beginner - assoc groups and/or 1+N SELECTs

2017-01-24 Thread Ted S.
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

beginner - assoc groups and/or 1+N SELECTs

2017-01-23 Thread Ted S.
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