An implicit function that returns the thread-local session in a withSession block
An implicit function that returns the thread-local session in a withSession block
Create a Database based on a DataSource.
Create a Database that directly uses a Driver to open new connections.
Create a Database that directly uses a Driver to open new connections. This is needed to open a JDBC URL with a driver that was not loaded by the system ClassLoader.
Create a Database based on the JNDI name of a DataSource.
Create a Database that uses the DriverManager to open new connections.
Create a Database that uses the DriverManager to open new connections.
(databaseFactoryDef: StringAdd).self
(databaseFactoryDef: StringFormat).self
(databaseFactoryDef: ArrowAssoc[DatabaseFactoryDef]).x
(Since version 2.10.0) Use leftOfArrow
instead
(databaseFactoryDef: Ensuring[DatabaseFactoryDef]).x
(Since version 2.10.0) Use resultOfEnsuring
instead