Replies: 1 comment
-
Fix merged here #5677 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
I want to suggest adding the possibility to pass an existing Pool instance when instantiating PostgresRecordManager. This would enable the reuse of an existing database connection pool.
I've implemented this logic already and I'm ready to open a pull request.
Motivation
Currently, the PostgresRecordManager does not allow passing an existing Pool instance, which forces the creation of a new connection pool even when one already exists.
Proposal (If applicable)
Beta Was this translation helpful? Give feedback.
All reactions