Hello, newbie question:
ktor is asynchronous and based on coroutines
most people seem to use exposed as a database layer with ktor, but exposed ain't asynchronous and coroutines-based.
Don't we loose the benefits of coroutines ? Is there a asynchronous database layer ? (I'm using Postgres)