Raw

harness.sql.DbConfig$.Raw
final case class Raw(target: Target, credentials: Credentials, pool: PoolConfig, logging: Logging)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Raw

Members list

Value members

Concrete methods

def toConfig: Either[String, DbConfig]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product