pillars.db.migrations

Members list

Packages

Type members

Classlikes

final case class DBMigration[F[_]](config: MigrationConfig)(implicit evidence$1: Async[F], evidence$2: Console[F], evidence$3: Tracer[F], evidence$4: Network[F], evidence$5: Files[F]) extends Module[F]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Module[F]
class Object
trait Matchable
class Any
Show all
object DBMigration

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class DBMigrationLoader extends Loader

Attributes

Supertypes
trait Loader
class Object
trait Matchable
class Any
object DatabaseName extends RefinedTypeOps[String, DatabaseNameConstraint, DatabaseName]

Attributes

Supertypes
trait RefinedTypeOps[String, DatabaseNameConstraint, DatabaseName]
class Object
trait Matchable
class Any
Self type
object DatabasePassword extends RefinedTypeOps[String, DatabasePasswordConstraint, DatabasePassword]

Attributes

Supertypes
trait RefinedTypeOps[String, DatabasePasswordConstraint, DatabasePassword]
class Object
trait Matchable
class Any
Self type
object DatabaseSchema extends RefinedTypeOps[String, DatabaseSchemaConstraint, DatabaseSchema]

Attributes

Supertypes
trait RefinedTypeOps[String, DatabaseSchemaConstraint, DatabaseSchema]
class Object
trait Matchable
class Any
Self type
object DatabaseTable extends RefinedTypeOps[String, DatabaseTableConstraint, DatabaseTable]

Attributes

Supertypes
trait RefinedTypeOps[String, DatabaseTableConstraint, DatabaseTable]
class Object
trait Matchable
class Any
Self type
object DatabaseUser extends RefinedTypeOps[String, DatabaseUserConstraint, DatabaseUser]

Attributes

Supertypes
trait RefinedTypeOps[String, DatabaseUserConstraint, DatabaseUser]
class Object
trait Matchable
class Any
Self type
object JdbcUrl extends RefinedTypeOps[String, JdbcUrlConstraint, JdbcUrl]

Attributes

Supertypes
trait RefinedTypeOps[String, JdbcUrlConstraint, JdbcUrl]
class Object
trait Matchable
class Any
Self type
JdbcUrl.type
final case class MigrationConfig(url: JdbcUrl, username: DatabaseUser, password: Option[Secret[DatabasePassword]], systemSchema: DatabaseSchema, appSchema: DatabaseSchema, baselineVersion: String) extends Config

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Config
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Types

opaque type DatabaseName
opaque type DatabasePassword
opaque type DatabaseSchema
opaque type DatabaseTable
opaque type DatabaseUser
opaque type JdbcUrl

Value members

Concrete methods

def dbMigration[F[_]](using p: Pillars[F]): DBMigration[F]