<@U25PL0SKY> It might have some similarities, but ...
# tornadofx
e
@jchildress It might have some similarities, but there is no code generation in KDBC. It's probably more explicit, requiring you to wire the result of the queries to your domain objects manually. I believe this is a good thing, at least with Kotlin, where there is minimal boiler plate. Also the joins and column selections are completely explicit, so you have 100% control of what's hitting your database and how your domain objects are created.
👍 1