pub const DB_JDBC_DRIVER_CLASSNAME: &str = "db.jdbc.driver_classname";
Expand description
The fully-qualified class name of the Java Database Connectivity (JDBC) driver used to connect.
§Examples
org.postgresql.Driver
com.microsoft.sqlserver.jdbc.SQLServerDriver