Closed
Description
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.