Our team has a postgresql database instance in vercel. When you go to the database instance it shows the basic usage, connection and credential information. Below this are the data and query tools. These tools use the default connection string that has been defined when the database instance was initially created.
Since we have opted to use different credentials than the default ones created during db initialization we cannot use the data and query tools provided here on this page.
My question is:
Is it possible to change the connection string used by the ‘Data’ and ‘Query’ tools on this page?
Ps. I know that we can use for example psql cli and some other clients. I’m just wondering if it is possible to change the connection string used by these web ui tools.