PostgresJAsyncContextConfig

io.getquill.PostgresJAsyncContextConfig
case class PostgresJAsyncContextConfig(config: Config) extends JAsyncContextConfig[PostgreSQLConnection]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class JAsyncContextConfig[PostgreSQLConnection]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def pool: ConnectionPool[C]

Attributes

Inherited from:
JAsyncContextConfig
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

lazy val connectionPoolConfiguration: ConnectionPoolConfiguration

Attributes

Inherited from:
JAsyncContextConfig