Postgres on Vercel
Vercel lets you connect external Postgres databases through the Marketplace, allowing you to connect external Postgres databases to your Vercel projects without managing database servers.
Vercel Postgres is no longer available. If you had an existing Vercel Postgres database, we automatically moved it to Neon in December 2024. For new projects, install a Postgres integration from the Marketplace.
- Explore Marketplace storage postgres integrations.
- Learn how to add a Marketplace native integration.
Vercel enables you to use Postgres by integrating with external database providers. By using the Marketplace, you can:
- Select from a range of Postgres providers
- Provision and configure a Postgres database with minimal setup.
- Have credentials and environment variables injected into your Vercel project.
Was this helpful?