Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data PersistValue

    esqueleto Database.Esqueleto

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

  2. data PersistentSqlException

    esqueleto Database.Esqueleto

    No documentation available.

  3. 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.

  4. PrefixTableName :: FilterTablePrefix

    esqueleto Database.Esqueleto

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

  5. PersistArray :: [PersistValue] -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    Intended especially for PostgreSQL backend for text arrays

  6. PersistBool :: Bool -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  7. PersistByteString :: ByteString -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  8. 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.

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

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  10. type family PersistConfigPool c

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

Page 486 of many | Previous | Next