MySQLConnectionConfig

zoobie.mysql.MySQLConnectionConfig
final case class MySQLConnectionConfig(host: String, port: Int, database: String, username: String, password: String, properties: Map[String, String])

Attributes

Source
MySQLConnectionConfig.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def props: Properties

Attributes

Source
MySQLConnectionConfig.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val url: String

Attributes

Source
MySQLConnectionConfig.scala