If this object represents a connection pool managed directly by Slick, close it.
If this object represents a connection pool managed directly by Slick, close it. Otherwise no action is taken.
Create a new Connection or get one from the pool
(jdbcDataSource: StringAdd).self
(jdbcDataSource: StringFormat).self
(jdbcDataSource: ArrowAssoc[JdbcDataSource]).x
(Since version 2.10.0) Use leftOfArrow instead
(jdbcDataSource: Ensuring[JdbcDataSource]).x
(Since version 2.10.0) Use resultOfEnsuring instead
A
JdbcDataSourceprovides a way to create aConnectionobject for a database. It is similar to ajavax.sql.DataSourcebut simpler. Unlike JdbcBackend.DatabaseDef it is not a part of the backend cake. This trait defines the SPI for 3rd-party connection pool support.