I have a font generator website hosted on Vercel, and I want to connect it to a database. What is the best way to set up this connection? Should I use an external database service, or does Vercel have a built-in solution? Also, how can I securely manage database credentials on Vercel?
Hey @sierregarcia93-gmail. For a database, you could use on of the Vercel Storage options, one of the third party Vercel Marketplace integrations, or another third party database solution that you prefer.
Environment Variables can be used to store credentials.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.