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
Source
migrations.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Module[F]
class Object
trait Matchable
class Any
Show all
object DBMigration extends ModuleSupport

Attributes

Companion
class
Source
migrations.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object DatabaseName extends RefinedTypeOps[String, DatabaseNameConstraint, DatabaseName]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
migrations.scala
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
Source
migrations.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Config
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
migrations.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Types

opaque type DatabaseName

Attributes

Source
migrations.scala
opaque type DatabasePassword

Attributes

Source
migrations.scala
opaque type DatabaseSchema

Attributes

Source
migrations.scala
opaque type DatabaseTable

Attributes

Source
migrations.scala
opaque type DatabaseUser

Attributes

Source
migrations.scala
opaque type JdbcUrl

Attributes

Source
migrations.scala

Value members

Concrete methods

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

Attributes

Source
migrations.scala