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. PersistNull :: PersistValue

    esqueleto Database.Esqueleto

    No documentation available.

  2. PersistObjectId :: ByteString -> PersistValue

    esqueleto Database.Esqueleto

    Intended especially for MongoDB backend

  3. class (PersistCore backend, PersistStoreRead backend) => PersistQueryRead backend

    esqueleto Database.Esqueleto

    Backends supporting conditional read operations.

  4. class (PersistQueryRead backend, PersistStoreWrite backend) => PersistQueryWrite backend

    esqueleto Database.Esqueleto

    Backends supporting conditional write operations

  5. PersistRational :: Rational -> PersistValue

    esqueleto Database.Esqueleto

    No documentation available.

  6. type PersistRecordBackend record backend = (PersistEntity record, PersistEntityBackend record ~ BaseBackend backend)

    esqueleto Database.Esqueleto

    A convenient alias for common type signatures

  7. type PersistStore a = PersistStoreWrite a

    esqueleto Database.Esqueleto

    A backwards-compatible alias for those that don't care about distinguishing between read and write queries. It signifies the assumption that, by default, a backend can write as well as read.

  8. class (Show BackendKey backend, Read BackendKey backend, Eq BackendKey backend, Ord BackendKey backend, PersistCore backend, PersistField BackendKey backend, ToJSON BackendKey backend, FromJSON BackendKey backend) => PersistStoreRead backend

    esqueleto Database.Esqueleto

    No documentation available.

  9. class (Show BackendKey backend, Read BackendKey backend, Eq BackendKey backend, Ord BackendKey backend, PersistStoreRead backend, PersistField BackendKey backend, ToJSON BackendKey backend, FromJSON BackendKey backend) => PersistStoreWrite backend

    esqueleto Database.Esqueleto

    No documentation available.

  10. PersistText :: Text -> PersistValue

    esqueleto Database.Esqueleto

    No documentation available.

Page 13 of many | Previous | Next