<@U0EC2UPDF> - do you think it can be a good idea ...
# exposed
o
@tapac - do you think it can be a good idea to wire up exposed to async driver?
I am working on https://github.com/jasync-sql/jasync-sql and was wondering if its possible to plug it to exposed to get nice syntax
t
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
In jasync there are prepared statement support (not jdbc one)
the usage of threadlocal might be problematic, but maybe with coroutines it is solvable