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?
Nail Gilaziev
03/31/2018, 5:24 AM
I found only mauricio/postgresql-async lib that works via futures / callback. Is it good for coroutines and ktor?
g
gildor
03/31/2018, 3:49 PM
Yes, looks that this lib is async, so should work good with coroutines