Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. fromPersistValues :: PersistEntity record => [PersistValue] -> Either Text record

    esqueleto Database.Esqueleto.Legacy

    A lower-level operation to convert from database values to a Haskell record.

  2. liftPersist :: (MonadIO m, MonadReader backend m) => ReaderT backend IO b -> m b

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  3. liftSqlPersistMPool :: forall backend m a . (MonadIO m, BackendCompatible SqlBackend backend) => ReaderT backend (NoLoggingT (ResourceT IO)) a -> Pool backend -> m a

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  4. runSqlPersistM :: BackendCompatible SqlBackend backend => ReaderT backend (NoLoggingT (ResourceT IO)) a -> backend -> IO a

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  5. runSqlPersistMPool :: BackendCompatible SqlBackend backend => ReaderT backend (NoLoggingT (ResourceT IO)) a -> Pool backend -> IO a

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  6. toPersistFields :: PersistEntity record => record -> [PersistValue]

    esqueleto Database.Esqueleto.Legacy

    A meta-operation to get the database fields of a record.

  7. toPersistValue :: PersistField a => a -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  8. toPersistValueJSON :: ToJSON a => a -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    Convenience function for getting a free PersistField instance from a type with JSON instances. Example usage in combination with fromPersistValueJSON:

    instance PersistField MyData where
    fromPersistValue = fromPersistValueJSON
    toPersistValue = toPersistValueJSON
    

  9. runPersistableNullValue :: PersistableSqlType q -> q

    persistable-record Database.Record.Persistable

    Null value of database value type q.

  10. runPersistableRecordWidth :: PersistableRecordWidth a -> Int

    persistable-record Database.Record.Persistable

    Get width Int value of record type a.

Page 50 of many | Previous | Next