Module

Data.Postgres.Custom

Package
purescript-postgresql
Repository
cakekindel/purescript-postgresql

#CustomSerialize Source

#CustomDeserialize Source

#CustomRep Source

class CustomRep :: Type -> Symbol -> Constraintclass (IsSymbol ty, CustomSerialize a ty, CustomDeserialize a ty) <= CustomRep a ty | a -> ty

Instances

#typeName Source

typeName :: forall @a ty. CustomRep a ty => String