You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: