Exposed, SQLDelight (only Sqlite is supported for now) also every other database library/client that provides asynchronous API, you can just write/use adapter for this async type (for example check jasync-sql which has CompletableFuture based API, but it can be easily used with coroutines using
.await()
extension