@edvin Will KDBC help with grouping results from joins into objects (especially one-to-many relationships). I looked into this recently and even JOOQ doesn't provide a satisfactory solution. For example, If I join a Customer table with the Orders table I'd like to be able to easily transform the resulting rows into a list of Customer objects which each contain a list of Order objects. This turns out to require a lot of boilerplate in practice and I was wondering if KDBC will help with this.