DatabaseConfig

pillars.db_doobie.DatabaseConfig
See theDatabaseConfig companion object
final case class DatabaseConfig(driverClassName: DriverClassName, url: JdbcUrl, username: DatabaseUser, password: Secret[DatabasePassword], systemSchema: DatabaseSchema, appSchema: DatabaseSchema, poolSize: PoolSize, statementCache: StatementCacheConfig, debug: Boolean, probe: ProbeConfig) extends Config

Attributes

Companion
object
Source
db.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Config
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toHikariConfig: HikariConfig

Attributes

Source
db.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product