I need to get the underlying java.sql.Connection from Vert.x's io.vertx.sqlclient.SqlConnection (new vertx jdbc api)
Here is the solution for vertx legacy jdbc api solved by @tsegismont
I need to get the underlying java.sql.Connection from Vert.x's SQLConnection
this doesn't work for new vertx jdbc sql-client as there is no unwrap method. need help to get the underlying java.sql.Connection.