codecs

object codecs
class Object
trait Matchable
class Any
codecs.type

Value members

Concrete methods

def immutable[A](value: Codec[A]): Codec[Immutable[A]]
def plain[A](value: Codec[A]): Codec[Plain[A]]
def record[A](value: Codec[A]): Codec[Record[A]]

Concrete fields

val ciString: Codec[CIString]
val created: Codec[Created]
val identifiers: Codec[Arr[Identifier]]
val instant: Codec[Instant]

A postgres TIMESTAMPTZ does not actually store the timezone information, but instead normalizes the time to UTC, which (in some cases) is better represented by Instant

A postgres TIMESTAMPTZ does not actually store the timezone information, but instead normalizes the time to UTC, which (in some cases) is better represented by Instant

val updated: Codec[Updated]