Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
persistentDiscover :: ProcessType r => rshell-conduit Data.Conduit.Shell No documentation available.
persistentDiscover :: ProcessType r => rshell-conduit Data.Conduit.Shell.PATH No documentation available.
persistentStateVersion :: TopologyConfig -> Maybe Int32gogol-dataflow Gogol.Dataflow Version number for persistent state.
persistentStateVersion :: TopologyConfig -> Maybe Int32gogol-dataflow Gogol.Dataflow.Types Version number for persistent state.
persistentDisk :: Volume -> Maybe PersistentDiskgogol-genomics Gogol.Genomics Configuration for a persistent disk.
persistentDisk :: Volume -> Maybe PersistentDiskgogol-genomics Gogol.Genomics.Types Configuration for a persistent disk.
-
lens helpers for persistent. adds an isomorphism from entity to tuple and field lenses on entity.
persistentCookies :: State sto -> !Boolserversession Web.ServerSession.Core.Internal No documentation available.
-
persistent Database.Persist.Class Persistent serialized Haskell records to the database. A Database Entity (A row in SQL, a document in MongoDB, etc) corresponds to a Key plus a Haskell record. For every Haskell record type stored in the database there is a corresponding PersistEntity instance. An instance of PersistEntity contains meta-data for the record. PersistEntity also helps abstract over different record types. That way the same query interface can return a PersistEntity, with each query returning different types of Haskell records. Some advanced type system capabilities are used to make this process type-safe. Persistent users usually don't need to understand the class associated data and functions.
module Database.Persist.Class.
PersistEntity No documentation available.