Is there a recommended library for SQL generation in Kotlin, preferably with an example? I don’t necessarily want an ORM but just type safety and composability
d
Daniel Rampelt
08/06/2020, 6:39 PM
Kind of the opposite of what you're asking but I really like https://cashapp.github.io/sqldelight/ , you write the SQL and it generates typesafe kotlin APIs from it
v
viralshah
08/06/2020, 7:10 PM
Its is for sure an interesting project, but I was wondering for something like knex in javascript