orangy / squash

SQL access DSL for Kotlin
265 stars 16 forks source link

Would you consider collaborating with JOOQ? #3

Open begincalendar opened 7 years ago

begincalendar commented 7 years ago

This project looks promising, but I can't help but notice the similarities to JOOQ.

I personally think type-safe "SQL" (in your language of choice) is an underrated means of interacting with relational databases (given that data tends to outlive code).

If squash/Kotlin and JOOQ were to join forces somehow, I think that would be a powerful combination.

What do you think?