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.
We are not using the default credentials generated when initializing the db. We are also using a different db inside the vercel postgresql instance than the initially created “verceldb”.
So no we have not reset the credentials but created new ones for the same db and no we are not using a different service.
We do this since we do not wish to use the default user and db names provided by vercel. We also wished to have a more secure password that the pre-generated one.