Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
beam-postgres Database.Beam.Postgres The Postgres JSON type, which stores textual values that represent JSON objects. The type parameter indicates the Haskell type which the JSON encodes. This type must be a member of FromJSON and ToJSON in order for deserialization and serialization to work as expected. The defaultMigratableDbSettings function automatically assigns the postgres JSON type to fields with this type.
-
beam-postgres Database.Beam.Postgres No documentation available.
-
beam-postgres Database.Beam.Postgres The Postgres JSONB type, which stores JSON-encoded data in a postgres-specific binary format. Like PgJSON, the type parameter indicates the Haskell type which the JSON encodes. Fields with this type are automatically given the Postgres JSONB type
-
beam-postgres Database.Beam.Postgres No documentation available.
data
PgJSONEach valType (f :: Type -> Type)beam-postgres Database.Beam.Postgres Key-value pair, used as output of pgJsonEachText and pgJsonEach
PgJSONEach :: C f Text -> C f valType -> PgJSONEach valType (f :: Type -> Type)beam-postgres Database.Beam.Postgres No documentation available.
data
PgJSONElement a (f :: Type -> Type)beam-postgres Database.Beam.Postgres Output row of pgJsonArrayElements and pgJsonArrayElementsText
PgJSONElement :: C f a -> PgJSONElement a (f :: Type -> Type)beam-postgres Database.Beam.Postgres No documentation available.
data
PgJSONKey (f :: Type -> Type)beam-postgres Database.Beam.Postgres Output row of pgJsonKeys
PgJSONKey :: C f Text -> PgJSONKey (f :: Type -> Type)beam-postgres Database.Beam.Postgres No documentation available.