Hello, I've been searching for a while, but can't really find anything...
Is there any good framework/ORM/ or w/e for Kotlin, that can interact with SQL databases in a non-blocking way?
I've seen KMongo, but you can guess from name that's only for MongoDB,
everything else I found is blocking, even if it has some coroutines support