codecs

io.taig.skunk.ext.codecs$
object codecs

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
codecs.type

Members list

Concise view

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 citext: 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

Attributes

val updated: Codec[Updated]

Deprecated fields

val ciString: Codec[CIString]

Attributes

Deprecated
[Since version 0.1.0]