Closed
Description
Currently we have the useful method Pool.pool()
which automatically selects the driver based on the concrete class of the given SqlConnectOptions
.
But I would like a method SqlConnectionOptions.fromUri()
, which automatically constructs the right type of SqlConnectOptions
based on the scheme of the given URI.
(It would delegate to PgConnectOptions.fromUri()
, etc.)