Skip to content

Commit

Permalink
feat: updated account requirements (#6110)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Harrell <[email protected]>
  • Loading branch information
luanvdw and jharrell authored Sep 17, 2024
1 parent 405bf33 commit 67c70d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/300-accelerate/200-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ toc: true

To get started with Accelerate, you will need the following:

- A [Prisma Data Platform workspace](https://console.prisma.io/login).
- A [Prisma Data Platform account](https://console.prisma.io)
- A project that uses [Prisma Client](/orm/prisma-client) `4.16.1` or higher. If your project is using interactive transactions, you need to use `5.1.1` or higher. (We always recommend using the latest version of Prisma.)
- A hosted PostgreSQL, MySQL/MariaDB, PlanetScale, CockroachDB, or MongoDB database.
- A hosted PostgreSQL, MySQL/MariaDB, PlanetScale, CockroachDB, or MongoDB database

## 1. Enable Accelerate

Expand Down
2 changes: 1 addition & 1 deletion content/400-pulse/200-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Prisma Pulse currently supports PostgreSQL. We'd love to hear [which databases](

To get started with Pulse, you will need the following:

- A [Prisma Data Platform](https://console.prisma.io/login) account
- A [Prisma Data Platform account](https://console.prisma.io)
- The **connection string** of a Pulse-ready database (if you don't have one yet, you can [configure your existing database](/pulse/database-setup) or [use a Railway template](https://railway.app/template/pulse-pg?referralCode=VQ09uv))

## 1. Enable Pulse in the Platform Console
Expand Down

0 comments on commit 67c70d2

Please sign in to comment.