Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove internal pool #1049

Merged
merged 4 commits into from
Jun 21, 2016
Merged

Remove internal pool #1049

merged 4 commits into from
Jun 21, 2016

Conversation

brianc
Copy link
Owner

@brianc brianc commented Jun 13, 2016

This is a WIP pull request to pull out the internal pool object and instead use pg-pool. I want to deprecate the singleton use of pg.connect and instead encourage (and in the future, require) folks create an instance of a pool instead of using the weird factory method that keeps a global collection of pools keyed by name. Anyways...I need to do some more work here to ensure there are no backwards incompatible changes...

@brianc brianc merged commit 796a44f into master Jun 21, 2016
@brianc brianc deleted the remove-internal-pool branch June 8, 2017 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant