Skip to content

Commit

Permalink
separate paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni committed Oct 24, 2023
1 parent 2327a61 commit 6a3eba6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/300-guides/050-database/850-planetscale.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,9 @@ For a more detailed example, see the [Getting Started guide for PlanetScale](/ge

## How to use the PlanetScale serverless driver with Prisma (Preview)

The [PlanetScale serverless driver](https://planetscale.com/docs/tutorials/planetscale-serverless-driver) provides a means of accessing your database and executing queries over HTTP. Prisma by default uses TCP to access your database and execute queries. You can use Prisma along with the PlanetScale driver using a [driver adapter](/concepts/components/drivers) <span class="concept"></span>. A driver adapter allows you to use a different database driver, from the default Prisma provides, to access your database.
The [PlanetScale serverless driver](https://planetscale.com/docs/tutorials/planetscale-serverless-driver) provides a means of accessing your database and executing queries over HTTP. Prisma by default uses TCP to access your database and execute queries.

You can use Prisma along with the PlanetScale driver using a [driver adapter](/concepts/components/drivers) <span class="concept"></span>. A driver adapter allows you to use a different database driver, from the default Prisma provides, to access your database.

<Admonition>

Expand Down

0 comments on commit 6a3eba6

Please sign in to comment.