<@U0BUH9FRD>, <@U0DDS1D4H> Regarding requery: ``...
# exposed
j
@sdeleuze, @tadas44 Regarding requery:
Copy code
Hello Jan,

The current implementation is based entirely on standard jdbc. There is a Java 8 async wrapper using CompletableFuture and an RxJava one which uses the RxJava scheduler framework (which can be configured by the calling application). Non blocking drivers are something I have been looking into but the lack of standardization there means it will take a bit longer to develop.
So unless a coordinated effort is made to make a standardized non-blocking JDBC, all these fancy libraries will probably continue to be blocking. In the meantime I'll continue using Threadpools and maybe Fibers in the future.