PostgreSQLTestingLayers

works.iterative.sqldb.postgresql.testing.PostgreSQLTestingLayers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val dataSourceLayer: ZLayer[Scope, Throwable, DataSource]
val flywayMigrationServiceLayer: ZLayer[Scope, Throwable, PostgreSQLDataSource & PostgreSQLTransactor & FlywayMigrationService]
val postgreSQLDataSourceLayer: ZLayer[Scope, Throwable, PostgreSQLDataSource]
val postgreSQLTransactorLayer: ZLayer[Scope, Throwable, PostgreSQLDataSource & PostgreSQLTransactor]
val postgresContainer: ZLayer[Scope, Throwable, PostgreSQLContainer]
val testFlywayConfig: FlywayConfig
val transactorLayer: ZLayer[Scope, Throwable, TransactorZIO]