Stored procedure support
Would be nice to have (CallableStatement support).
@adam-mahmood
I've released 0.1-RC18 which allows access to the underlying Connection of the pool (non-blocking or blocking) . See https://github.com/davidmoten/rxjava2-jdbc#using-raw-jdbc for usage. This will enable CallableStatement use (with the usual JDBC clunkiness but good to have as a workaround). @adam-mahmood
Have converted to multimodule project to prepare for full integration of CallableStatement.
thanks for quick response David. will defo test it out.
@adam-mahmood thanks, the released functionality is just support for workarounds, I'm working on full integration.