zoobie.mysql

package zoobie.mysql
Keywords
  • no keywords
  • case
  • final

Members list

Concise view

Type members

Classlikes

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

Value members

Concrete methods

def pool(config: MySQLConnectionConfig, poolConfig: ConnectionPoolConfig): ZIO[Scope, Nothing, ConnectionPool]

Attributes

Source:
package.scala