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.

  1. persistentDiscover :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  2. persistentDiscover :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  3. persistentStateVersion :: TopologyConfig -> Maybe Int32

    gogol-dataflow Gogol.Dataflow

    Version number for persistent state.

  4. persistentStateVersion :: TopologyConfig -> Maybe Int32

    gogol-dataflow Gogol.Dataflow.Types

    Version number for persistent state.

  5. persistentDisk :: Volume -> Maybe PersistentDisk

    gogol-genomics Gogol.Genomics

    Configuration for a persistent disk.

  6. persistentDisk :: Volume -> Maybe PersistentDisk

    gogol-genomics Gogol.Genomics.Types

    Configuration for a persistent disk.

  7. package persistent-lens

    lens helpers for persistent. adds an isomorphism from entity to tuple and field lenses on entity.

  8. persistentCookies :: State sto -> !Bool

    serversession Web.ServerSession.Core.Internal

    No documentation available.

  9. class (PersistField Key record, ToJSON Key record, FromJSON Key record, Show Key record, Read Key record, Eq Key record, Ord Key record) => PersistEntity record

    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.

  10. module Database.Persist.Class.PersistEntity

    No documentation available.

Page 4 of many | Previous | Next