MigrationService

oxygen.sql.migration.MigrationService
See theMigrationService companion class

Attributes

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

Members list

Value members

Concrete methods

def migrateLayer(migrations: Migrations): ZLayer[MigrationService, MigrationError, Unit]

Concrete fields

val layer: URLayer[Atomically & MigrationRepo & MigrationConfig, MigrationService]