vert-x3 / vertx-jdbc-client

JDBC support for Vert.x
Apache License 2.0
126 stars 90 forks source link

Removal of deprecated former SQL client API #313

Closed vietj closed 10 months ago

vietj commented 10 months ago

Decouple the SqlClient implementation from the legacy JDBC client and use the SqlClient pool instead of a DataSource pool.

vietj commented 10 months ago

FYI @tsegismont

tsegismont commented 10 months ago

I realize that the new API doesn't implement stored procedure invocation. We need it before 5.0 is released. Is it tracked somewhere?