This change adds a connection pool creation function that is just like the createPostgresqlPoolModifiedWithVersion function but that can take a custom open'-like connection-creation function.
The motivation for this change is that we need to be able to customize the resource creation action dynamically at run-time.
This change adds a connection pool creation function that is just like the
createPostgresqlPoolModifiedWithVersion
function but that can take a customopen'
-like connection-creation function.The motivation for this change is that we need to be able to customize the resource creation action dynamically at run-time.
Before submitting your PR, check that you've:
@since
declarations to the Haddockstylish-haskell
on any changed files..editorconfig
file for details)After submitting your PR:
(unreleased)
on the Changelog