Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setConnHooks :: SqlBackendHooks -> SqlBackend -> SqlBackendpersistent Database.Persist.SqlBackend Set hooks on the provided database backend.
-
persistent Database.Persist.SqlBackend Set the connInsertManySql field on the SqlBackend. This should only be used by the database backend library to provide an efficient implementation of a bulk insert function. If this is not set, a slow default will be used.
setConnMaxParams :: Int -> SqlBackend -> SqlBackendpersistent Database.Persist.SqlBackend Set the maximum parameters that may be issued in a given SQL query. This should be used only if the database backend have this limitation.
setConnPutManySql :: (EntityDef -> Int -> Text) -> SqlBackend -> SqlBackendpersistent Database.Persist.SqlBackend Set the 'connPutManySql field on the SqlBackend. This should only be used by the database backend library to provide an efficient implementation of a bulk insert function. If this is not set, a slow default will be used.
setConnRepsertManySql :: (EntityDef -> Int -> Text) -> SqlBackend -> SqlBackendpersistent Database.Persist.SqlBackend Set the connRepsertManySql field on the SqlBackend. This should only be set by the database backend library. If this is not set, a slow default will be used.
-
persistent Database.Persist.SqlBackend Set the connUpsertSql field on the SqlBackend. This should only be used by the database backend library to provide an efficient implementation of a bulk insert function. If this is not set, a slow default will be used.
setConnVault :: Vault -> SqlBackend -> SqlBackendpersistent Database.Persist.SqlBackend Set the vault on the provided database backend.
setAlterBackend :: SqlPoolHooks m backend -> (backend -> m backend) -> SqlPoolHooks m backendpersistent Database.Persist.SqlBackend.SqlPoolHooks No documentation available.
-
persistent Database.Persist.SqlBackend.SqlPoolHooks No documentation available.
-
persistent Database.Persist.SqlBackend.SqlPoolHooks No documentation available.