zio-2.0-testcontainers-mysql
zio-2.0-testcontainers-mysql
io.github.scottweaver.zio.testcontainers.mysql
ZMySQLContainer
Settings
Settings
zio-2.0-testcontainers-mysql
/
io.github.scottweaver.zio.testcontainers.mysql
/
ZMySQLContainer
ZMySQLContainer
object
ZMySQLContainer
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
ZMySQLContainer
.type
Type members
Value members
Type members
Classlikes
final case
class
Settings
(
imageVersion:
String
,
databaseName:
String
,
username:
String
,
password:
String
)
Companion:
object
object
Settings
Companion:
class
Value members
Concrete fields
val
live
:
ZLayer
[
Settings
,
Nothing
,
JdbcInfo
&
Connection
&
MySQLContainer
]