andrewoma/kwery

Is kwery supports async interface ?

Closed this issue · 1 comments

With the release of Kotlin coroutine, we're able to write concurrently executed coroutines even within the same thread. So I am wondering whether kwery supports async inteface or not ?

No it doesn't. Nor are there really any plans to support it. The JDBC drivers are all synchronous so such an implementation would have to use a thread pool underneath.

If async JDBC drivers appear then it would be considered.