I want to use ktor with postgresql. No dao framewo...
# ktor
n
I want to use ktor with postgresql. No dao frameworks - only raw statements because of dynamic data structure. Which driver is best for use idiomatically with coroutines?
I found only mauricio/postgresql-async lib that works via futures / callback. Is it good for coroutines and ktor?
g
Yes, looks that this lib is async, so should work good with coroutines
there you can see how to wrap callbacks in corutines