FlywayMigrationService

works.iterative.sqldb.FlywayMigrationService
See theFlywayMigrationService companion trait

Attributes

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

Members list

Value members

Concrete methods

def clean: ZIO[FlywayMigrationService, Throwable, Unit]
def info: ZIO[FlywayMigrationService, Throwable, Unit]
def migrate: ZIO[FlywayMigrationService, Throwable, MigrateResult]
def validate: ZIO[FlywayMigrationService, Throwable, Unit]