Hoogle Search
Within LTS Haskell 23.21 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
persistent Database.Persist.Class Get all records matching the given criterion in the specified order. Returns also the identifiers. WARNING: This function returns a ConduitM, which suggests that it streams the results. It does not stream results on most backends. If you need streaming, see persistent-pagination for a means of chunking results based on indexed ranges.
-
persistent Database.Persist.Class.PersistQuery Get all records matching the given criterion in the specified order. Returns also the identifiers. WARNING: This function returns a ConduitM, which suggests that it streams the results. It does not stream results on most backends. If you need streaming, see persistent-pagination for a means of chunking results based on indexed ranges.
-
esqueleto Database.Esqueleto Execute an esqueleto SELECT query inside persistent's SqlPersistT monad and return a Source of rows.
-
esqueleto Database.Esqueleto.Experimental Execute an esqueleto SELECT query inside persistent's SqlPersistT monad and return a Source of rows.
-
esqueleto Database.Esqueleto.Internal.Internal Execute an esqueleto SELECT query inside persistent's SqlPersistT monad and return a Source of rows.
-
esqueleto Database.Esqueleto.Legacy Execute an esqueleto SELECT query inside persistent's SqlPersistT monad and return a Source of rows.
-
hledger-web Hledger.Web.Import Get all records matching the given criterion in the specified order. Returns also the identifiers. WARNING: This function returns a ConduitM, which suggests that it streams the results. It does not stream results on most backends. If you need streaming, see persistent-pagination for a means of chunking results based on indexed ranges.
-
persistent-mtl Database.Persist.Monad.Shim The lifted version of selectSource
-
persistent-mtl Database.Persist.Sql.Shim The lifted version of selectSource
-
persistent-redis Database.Persist.Redis Get all records matching the given criterion in the specified order. Returns also the identifiers. WARNING: This function returns a ConduitM, which suggests that it streams the results. It does not stream results on most backends. If you need streaming, see persistent-pagination for a means of chunking results based on indexed ranges.
Page 1 of many | Next