Is there a good database framework/abstraction lay...
# server
k
Is there a good database framework/abstraction layer in kotlin that uses a non-blocking driver? I am implementing a ktor backend with a postgres database, and am looking for something like jdbi that uses a non-blocking driver.
t
A sample application using Ktor and Komapper can be found here https://github.com/komapper/komapper-examples/tree/main/kweet
a
Vertx postgres client