They don't exist afaik, I believe it has to do with how DB connections work.
m
mp
08/08/2018, 4:15 AM
There is work on a spec for async jdbc but it’s still early
b
bdawg.io
08/08/2018, 9:10 PM
@withoutclass with how DB connections work with JDBC or in general? TCP traffic is still TCP traffic whether going to a database or whatever, so it should be able to behave async like any other network client (limited by the lack of implementations/standardization on the JVM to do so)
w
withoutclass
08/08/2018, 9:14 PM
JDBC I believe
👍 1
s
ske
08/09/2018, 12:21 AM
Any non-JDBC-based async database libraries so far?