kdbc icon indicating copy to clipboard operation
kdbc copied to clipboard

SQL DSL for Kotlin

Results 2 kdbc issues
Sort by recently updated
recently updated
newest added

Noticed this pattern in Exposed as well and I think this really adds a lot of friction and overhead to using such a solution. Does kdbc offer a work around...

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...