Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. PersistMap :: [(Text, PersistValue)] -> PersistValue

    persistent-redis Database.Persist.Redis

    No documentation available.

  2. PersistMarshalError :: Text -> PersistException

    persistent-redis Database.Persist.Redis

    No documentation available.

  3. PersistMongoDBError :: Text -> PersistException

    persistent-redis Database.Persist.Redis

    No documentation available.

  4. PersistMongoDBUnsupported :: Text -> PersistException

    persistent-redis Database.Persist.Redis

    No documentation available.

  5. PersistNull :: PersistValue

    persistent-redis Database.Persist.Redis

    No documentation available.

  6. PersistObjectId :: ByteString -> PersistValue

    persistent-redis Database.Persist.Redis

    Intended especially for MongoDB backend

  7. type PersistQuery a = PersistQueryWrite a

    persistent-redis Database.Persist.Redis

    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 (PersistCore backend, PersistStoreRead backend) => PersistQueryRead backend

    persistent-redis Database.Persist.Redis

    Backends supporting conditional read operations.

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

    persistent-redis Database.Persist.Redis

    Backends supporting conditional write operations

  10. PersistRational :: Rational -> PersistValue

    persistent-redis Database.Persist.Redis

    No documentation available.

Page 33 of many | Previous | Next