Class DriverManagerConnectionSource

All Implemented Interfaces:
ConnectionSource, LifeCycle, LifeCycle2

@Plugin(name="DriverManager", category="Core", elementType="connectionSource", printObject=true) public class DriverManagerConnectionSource extends AbstractDriverManagerConnectionSource
A ConnectionSource that uses a JDBC connection string, a user name, and a password to call DriverManager.getConnection(String, String, String).

This plugin does not provide any connection pooling unless it is available through the connection string and driver itself. This handy to get you off the ground without having to deal with JNDI.