Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data PersistUpdate

    esqueleto Database.Esqueleto

    No documentation available.

  2. data PersistValue

    esqueleto Database.Esqueleto

    A raw value which can be stored in any backend and can be marshalled to and from a PersistField.

  3. data PersistentSqlException

    esqueleto Database.Esqueleto

    No documentation available.

  4. PrefixExcluded :: FilterTablePrefix

    esqueleto Database.Esqueleto

    Prefix the column name with the EXCLUDED keyword. This is used with the Postgresql backend when doing ON CONFLICT DO UPDATE clauses - see the documentation on upsertWhere and upsertManyWhere.

  5. PrefixTableName :: FilterTablePrefix

    esqueleto Database.Esqueleto

    Prefix the column with the table name. This is useful if the column name might be ambiguous.

  6. PersistArray :: [PersistValue] -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    Intended especially for PostgreSQL backend for text arrays

  7. PersistBool :: Bool -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  8. PersistByteString :: ByteString -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  9. class PersistConfig c

    esqueleto Database.Esqueleto.Experimental

    Represents a value containing all the configuration options for a specific backend. This abstraction makes it easier to write code that can easily swap backends.

  10. type family PersistConfigBackend c :: Type -> Type -> Type -> Type

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

Page 488 of many | Previous | Next