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.
PersistMap :: [(Text, PersistValue)] -> PersistValuepersistent-redis Database.Persist.Redis No documentation available.
PersistMarshalError :: Text -> PersistExceptionpersistent-redis Database.Persist.Redis No documentation available.
PersistMongoDBError :: Text -> PersistExceptionpersistent-redis Database.Persist.Redis No documentation available.
PersistMongoDBUnsupported :: Text -> PersistExceptionpersistent-redis Database.Persist.Redis No documentation available.
-
persistent-redis Database.Persist.Redis No documentation available.
PersistObjectId :: ByteString -> PersistValuepersistent-redis Database.Persist.Redis Intended especially for MongoDB backend
type
PersistQuery a = PersistQueryWrite apersistent-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.
class (PersistCore backend, PersistStoreRead backend) =>
PersistQueryRead backendpersistent-redis Database.Persist.Redis Backends supporting conditional read operations.
class (PersistQueryRead backend, PersistStoreWrite backend) =>
PersistQueryWrite backendpersistent-redis Database.Persist.Redis Backends supporting conditional write operations
PersistRational :: Rational -> PersistValuepersistent-redis Database.Persist.Redis No documentation available.