zio.schema.Patch
See thePatch companion trait
object Patch
Attributes
Members list
Type members
Classlikes
final case class BigDecimal(distance: BigDecimal, precision: Int) extends Patch[BigDecimal]
final case class NotComparable[A]() extends Patch[A]
Map of field-level diffs between two records. The map of differences is keyed to the records field names.
final case class SchemaMigration(migrations: Chunk[Migration]) extends Patch[Schema[_]]
Attributes
- Supertypes
- Self type
final case class Temporal[A](distances: List[Long], tpe: StandardType[A]) extends Patch[A]
Value members
Concrete methods
In this article