Is there a recommended library for SQL generation ...
# announcements
v
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
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
Its is for sure an interesting project, but I was wondering for something like knex in javascript
r