package mysql
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- mysql
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class MySQLConnectionConfig(host: String, port: Int = 3306, database: String, username: String, password: String, properties: Map[String, String] = Map.empty) extends Product with Serializable
Value Members
- def pool(config: MySQLConnectionConfig, poolConfig: ConnectionPoolConfig): ZIO[Scope, Nothing, ConnectionPool]