FlywayModule

class Object
trait Matchable
class Any

Value members

Concrete methods

def make[F[_]](dataSource: DataSource, config: FlywayConfig)(using evidence$1: Sync[F]): F[Flyway]

Makes org.flywaydb.core.Flyway from the given javax.sql.DataSource and config.

Makes org.flywaydb.core.Flyway from the given javax.sql.DataSource and config.