Exposed a very tightly bound to jdbc PreparedStatement and you have to wrap at least Connection/DatabaseMetadata/Datasource from java.sql package to make it work.
o
oshai
09/11/2018, 9:38 PM
In jasync there are prepared statement support (not jdbc one)
the usage of threadlocal might be problematic, but maybe with coroutines it is solvable