<@U0BGSQ7E0> <@U0B85QY2G> <@U0EC2UPDF> Hey guys, d...
# exposed
s
@andrewoma @maxim.shafirov @tapac Hey guys, do you think type-safe SQL libraries without code generation like Kwery or Exposed are something only possible in Kotlin, or is it something also theoretically possible with Java 8. Is there something in Kotlin type system mandatory to achieve that without codegen (since in Java world both jOOQ or Query DSL SQL are using codegen)? I have seen Exposed is using
object
singletons but I think we could find a workaround in Java, so I am wondering if there is other points related maybe to how Generic types are handled or differences on lambdas ...