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

Fix port; add user pool mode #395

Merged
merged 2 commits into from
Apr 5, 2023
Merged

Fix port; add user pool mode #395

merged 2 commits into from
Apr 5, 2023

Conversation

levkk
Copy link
Contributor

@levkk levkk commented Apr 5, 2023

Bug fixes

Port should be a u16, to allow the full 1-65k range.

Features

Add pool_mode to users config allowing different users (e.g. migrator, app_foreground) to have different modes. Lots of ORMs use prepared statements to run migrations while others don't. This allows the same app to connect to the same database uses different modes for different use cases.

@levkk levkk requested review from magec and drdrsh April 5, 2023 21:53
@levkk levkk merged commit a62f6b0 into main Apr 5, 2023
@levkk levkk deleted the levkk-pgcat-port branch April 5, 2023 22:06
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