Random thought: it should be possible to derive the JDBC driver from a Connection using getMetaData and then getDriverName. So could we have a generic JDBCDriver automatically using the appropriate sub-driver?
Also, in the idea of supporting non-JDBC drivers, I would prefix the existing driver with JDBC, for example JDBC PostgreSqlQueryExecutor. What do you think?
Random thought: it should be possible to derive the JDBC driver from a Connection using getMetaData and then getDriverName. So could we have a generic
JDBCDriver
automatically using the appropriate sub-driver?Also, in the idea of supporting non-JDBC drivers, I would prefix the existing driver with
JDBC
, for exampleJDBC PostgreSqlQueryExecutor
. What do you think?