kdbc icon indicating copy to clipboard operation
kdbc copied to clipboard

Allow grouping of result rows and mapping groups of rows to a single object

Open DaanDeMeyer opened this issue 8 years ago • 0 comments

When a SQL join is used a developer will often have to group multiple rows from the result together into a list. For example: When a Customer table is joined with an Order table the user will want to get the list of Orders for each Customer. Having KDBC group rows for the developer means he only has to transform these groups of rows to an object which reduces boilerplate.

DaanDeMeyer avatar Aug 12 '17 20:08 DaanDeMeyer