I have a NextJS project in Vercel. I also have a Postgres DB Storage in Vercel.
My Next app is able to connect to my DB because I added the DB's connection details to the Next app's environment variables.
I also notice that I can 'connect' my DB to my Next app in my app's storage tab, where I can also select which environments of my app to make the DB available to.
What is the benefit of this connect feature? Would this be for connecting different DB's to different staging environments? If I only have a production environment and 1 DB what can this feature do for me? Can I remove the environment variables from my Next app? Just looking to understand if I can leverage this and the impact it will have on my setup.
Thanks! ![]()