Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ISRInsertGet :: Text -> Text -> InsertSqlResultpersistent Database.Persist.SqlBackend.Internal.InsertSqlResult No documentation available.
pgConfHooksGetServerVersion :: PostgresConfHooks -> Connection -> IO (NonEmpty Word)persistent-postgresql Database.Persist.Postgresql Function to get the version of Postgres The default implementation queries the server with "show server_version". Some variants of Postgres, such as Redshift, don't support showing the version. It's recommended you return a hardcoded version in those cases.
ChangeType :: Column -> SqlType -> Text -> AlterColumnpersistent-postgresql Database.Persist.Postgresql.Internal No documentation available.
-
persistent-mtl Database.Persist.Monad.Shim The lifted version of updateGet
-
persistent-mtl Database.Persist.Monad.SqlQueryRep Constructor corresponding to updateGet
-
persistent-mtl Database.Persist.Monad.TestUtils Constructor corresponding to updateGet
Couldn'tGetSQLConnection :: PersistentSqlExceptionpersistent-mtl Database.Persist.Sql.Shim No documentation available.
ISRInsertGet :: Text -> Text -> InsertSqlResultpersistent-mtl Database.Persist.Sql.Shim No documentation available.
-
persistent-mtl Database.Persist.Sql.Shim The lifted version of updateGet
rangeToFilters :: PersistField typ => Range (Maybe typ) -> EntityField record typ -> [Filter record]persistent-pagination Database.Persist.Pagination Convert a DesiredRange typ into a list of Filters for the query. The DesiredRange is treated as an exclusive range.