A JdbcDataSource provides a way to create a Connection object for a database. It is
similar to a javax.sql.DataSource but simpler. Unlike JdbcBackend.DatabaseDef it is not a
part of the backend cake. This trait defines the SPI for 3rd-party connection pool support.
A
JdbcDataSource
provides a way to create aConnection
object for a database. It is similar to ajavax.sql.DataSource
but simpler. Unlike JdbcBackend.DatabaseDef it is not a part of the backend cake. This trait defines the SPI for 3rd-party connection pool support.