---
title: Postgres on Vercel
product: vercel
url: /docs/postgres
type: conceptual
prerequisites:
  []
related:
  - /docs/integrations/install-an-integration/product-integration
  - /docs/environment-variables
summary: Learn how to use Postgres databases through the Vercel Marketplace.
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---

# Postgres on Vercel

Vercel lets you connect external Postgres databases through the [Marketplace](/marketplace), allowing you to connect external Postgres databases to your Vercel projects without managing database servers.

> **💡 Note:** Vercel Postgres is no longer available. If you had an existing Vercel Postgres database, we automatically moved it to [Neon](https://vercel.com/marketplace/neon) in December 2024. For new projects, install a [Postgres integration from the Marketplace](/marketplace?category=storage\&search=postgres).

- Explore [Marketplace storage postgres integrations](/marketplace?category=storage\&search=postgres).
- Learn how to [add a Marketplace native integration](/docs/integrations/install-an-integration/product-integration).

## Connecting to the Marketplace

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](/marketplace?category=storage\&search=postgres)
- Provision and configure a Postgres database with minimal setup.
- Have credentials and [environment variables](/docs/environment-variables) injected into your Vercel project.


---

[View full sitemap](/docs/sitemap)
