PostgreSQLFlywayMigrationService

works.iterative.sqldb.postgresql.PostgreSQLFlywayMigrationService
See thePostgreSQLFlywayMigrationService companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def layerWithConfig(config: FlywayConfig): ZLayer[PostgreSQLDataSource, Throwable, FlywayMigrationService]

Creates a layer with custom Flyway configuration

Creates a layer with custom Flyway configuration

Attributes

Concrete fields

val layer: ZLayer[PostgreSQLDataSource, Throwable, FlywayMigrationService]

Creates a layer with default Flyway configuration

Creates a layer with default Flyway configuration

Attributes