Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Wrapper for (de)serializing underlying type as json
.
Functor JSON Source # | |
Eq json => Eq (JSON json) Source # | |
Ord json => Ord (JSON json) Source # | |
Show json => Show (JSON json) Source # | |
PQFormat (JSON json) Source # | |
FromSQL (JSON ByteString) Source # | |
FromSQL (JSON ByteString) Source # | |
FromSQL (JSON Value) Source # | |
ToSQL (JSON ByteString) Source # | |
ToSQL (JSON ByteString) Source # | |
ToSQL (JSON Value) Source # | |
type PQBase (JSON ByteString) Source # | |
type PQBase (JSON ByteString) Source # | |
type PQBase (JSON Value) Source # | |
type PQDest (JSON ByteString) Source # | |
type PQDest (JSON ByteString) Source # | |
type PQDest (JSON Value) Source # | |
Wrapper for (de)serializing underlying type as jsonb
.
Functor JSONB Source # | |
Eq jsonb => Eq (JSONB jsonb) Source # | |
Ord jsonb => Ord (JSONB jsonb) Source # | |
Show jsonb => Show (JSONB jsonb) Source # | |
PQFormat (JSONB jsonb) Source # | |
FromSQL (JSONB ByteString) Source # | |
FromSQL (JSONB ByteString) Source # | |
FromSQL (JSONB Value) Source # | |
ToSQL (JSONB ByteString) Source # | |
ToSQL (JSONB ByteString) Source # | |
ToSQL (JSONB Value) Source # | |
type PQBase (JSONB ByteString) Source # | |
type PQBase (JSONB ByteString) Source # | |
type PQBase (JSONB Value) Source # | |
type PQDest (JSONB ByteString) Source # | |
type PQDest (JSONB ByteString) Source # | |
type PQDest (JSONB Value) Source # | |