Open
Description
@aguibert did some work to automate the selection of the database driver when creating a Pool
. Currently we still have a legacy workaround for 3.9.1. We need to clean that up.
UPDATE:
Vert.x now has a way to do this. See: eclipse-vertx/vertx-sql-client#1101
To close this issue, at first glance, we need:
- More tests related to how we extract the options from the URL (Relates to Test SqlConnectOptions creation from URL #1059)
- Remove
DefaultSqlClientPoolConfiguration
. - Update or remove
UriPoolConfiguration
in favor of the new approach.