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

Add support for serverless Postgress #1016

Closed
unownone opened this issue Nov 8, 2022 · 0 comments
Closed

Add support for serverless Postgress #1016

unownone opened this issue Nov 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@unownone
Copy link

unownone commented Nov 8, 2022

Cannot Connect from Serverless Database Solutions
The current Implementation doesn't work if you are trying to use a serverless postgres instance for using as a production database. It breaks because serverless databases during connection require a options url parameters like ?options= with a value --cluster=cluster_name . This breaks in the current implementation, hence serverless instances from services like cockroachdb does not work.

Proposed Solution
Accepting an extra options parameter which may or may not be provided in order to connect to databases that are hosted on a multi tenant system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant