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.

  1. newtype PgJSON a

    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.

  2. PgJSON :: a -> PgJSON a

    beam-postgres Database.Beam.Postgres

    No documentation available.

  3. newtype PgJSONB a

    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

  4. PgJSONB :: a -> PgJSONB a

    beam-postgres Database.Beam.Postgres

    No documentation available.

  5. data PgJSONEach valType (f :: Type -> Type)

    beam-postgres Database.Beam.Postgres

    Key-value pair, used as output of pgJsonEachText and pgJsonEach

  6. PgJSONEach :: C f Text -> C f valType -> PgJSONEach valType (f :: Type -> Type)

    beam-postgres Database.Beam.Postgres

    No documentation available.

  7. data PgJSONElement a (f :: Type -> Type)

    beam-postgres Database.Beam.Postgres

    Output row of pgJsonArrayElements and pgJsonArrayElementsText

  8. PgJSONElement :: C f a -> PgJSONElement a (f :: Type -> Type)

    beam-postgres Database.Beam.Postgres

    No documentation available.

  9. data PgJSONKey (f :: Type -> Type)

    beam-postgres Database.Beam.Postgres

    Output row of pgJsonKeys

  10. PgJSONKey :: C f Text -> PgJSONKey (f :: Type -> Type)

    beam-postgres Database.Beam.Postgres

    No documentation available.

Page 1202 of many | Previous | Next