zio-2.0-testcontainers-postgresql
zio-2.0-testcontainers-postgresql
io.github.scottweaver.zio.testcontainers.postgres
ZPostgreSQLContainer
Settings
Settings
zio-2.0-testcontainers-postgresql
/
io.github.scottweaver.zio.testcontainers.postgres
/
ZPostgreSQLContainer
ZPostgreSQLContainer
object
ZPostgreSQLContainer
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
ZPostgreSQLContainer
.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
&
PGSimpleDataSource
&
PostgreSQLContainer
]