Skip to content

Commit 0e38d0b

Browse files
committed
refine: make billing section more discoverable
1 parent 29f2a87 commit 0e38d0b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

apps/docs/content/docs/guides/postgres/vercel.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ In the local version of your project where you have your `DATABASE_URL` set, run
6161
npx prisma studio
6262
```
6363

64+
## Billing and pricing
65+
66+
Prisma Postgres uses [usage-based pricing](https://www.prisma.io/pricing) based on operations and storage. The same plans and rates apply when you create a database via the Vercel Marketplace, and your Prisma Postgres usage is billed through your Vercel account.
67+
68+
To change your plan, see [How do I upgrade my plan if I am using Prisma Postgres via Vercel?](/postgres/faq#how-do-i-upgrade-my-plan-if-i-am-using-prisma-postgres-via-vercel) in the Prisma Postgres FAQ.
69+
6470
## Additional considerations when using with Prisma ORM
6571

6672
### Ensure your project uses the correct environment variable

apps/docs/content/docs/postgres/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Every request, whether it hits the database or is served from cache, counts as a
238238

239239
### How do I upgrade my plan if I am using Prisma Postgres via Vercel?
240240

241-
To upgrade your plan via Vercel, follow these steps:
241+
If you installed Prisma Postgres through the [Vercel Marketplace integration](/guides/postgres/vercel), the same [Prisma Postgres pricing plans](https://www.prisma.io/pricing) apply and your usage is billed through your Vercel account. To upgrade your plan via Vercel, follow these steps:
242242

243243
- Open your [Vercel](https://vercel.com/) Dashboard.
244244
- Go to the **Integrations** tab in your Vercel Team.

0 commit comments

Comments
 (0)