Setting up a JDBC connection cache

When you create a database element, you can use a JDBC URL and JDBC driver to connect to the data source. This method is not as efficient as a connection pool, but is useful for testing, training, and demonstrating applications.