ZMySQLContainer

io.github.scottweaver.zio.testcontainers.mysql.ZMySQLContainer$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class Settings(imageVersion: String, databaseName: String, username: String, password: String)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Settings

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Types

type Provides = Has[JdbcInfo] & Has[Connection] & Has[Connection & AutoCloseable] & Has[DataSource] & Has[MySQLContainer]

Value members

Concrete fields

val live: ZLayer[Has[Settings], Nothing, Provides]