JdbcDataSourceFactory

slick.jdbc.JdbcDataSourceFactory

Create a JdbcDataSource from a Config object and an optional JDBC Driver. This is used with the "connectionPool" configuration option in JdbcBackend.DatabaseFactoryDef.forConfig.

Attributes

Source
JdbcDataSource.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def forConfig(c: Config, driver: Driver, name: String, classLoader: ClassLoader): JdbcDataSource

Attributes

Source
JdbcDataSource.scala