Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. PersistArray :: [PersistValue] -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    Intended especially for PostgreSQL backend for text arrays

  2. PersistBool :: Bool -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  3. PersistByteString :: ByteString -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

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

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

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  6. type family PersistConfigPool c

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  7. class PersistCore backend

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  8. PersistDay :: Day -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  9. pattern PersistDbSpecific :: ByteString -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    This pattern synonym used to be a data constructor for the PersistValue type. It was changed to be a pattern so that JSON-encoded database values could be parsed into their corresponding values. You should not use this, and instead prefer to pattern match on PersistLiteral_ directly. If you use this, it will overlap a patern match on the 'PersistLiteral_, PersistLiteral, and PersistLiteralEscaped patterns. If you need to disambiguate between these constructors, pattern match on PersistLiteral_ directly.

  10. PersistDouble :: Double -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

Page 15 of many | Previous | Next