Join Slack
Powered by
Is there a good database framework/abstraction lay...
# server
k
Kristian Nedrevold
05/05/2022, 6:41 PM
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
Toshihiro Nakamura
05/05/2022, 10:33 PM
Try Komapper.
https://github.com/komapper/komapper
Toshihiro Nakamura
05/05/2022, 10:33 PM
A sample application using Ktor and Komapper can be found here
https://github.com/komapper/komapper-examples/tree/main/kweet
a
asad.awadia
05/06/2022, 3:52 PM
Vertx postgres client
21
Views
Open in Slack
Previous
Next