From 6a3eba66d89ede213f0350fa7d1bdfeedcc2b27f Mon Sep 17 00:00:00 2001 From: ruheni Date: Tue, 24 Oct 2023 10:19:14 +0200 Subject: [PATCH] separate paragraphs --- content/300-guides/050-database/850-planetscale.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/300-guides/050-database/850-planetscale.mdx b/content/300-guides/050-database/850-planetscale.mdx index 6206bbaf22..cfb544f24c 100644 --- a/content/300-guides/050-database/850-planetscale.mdx +++ b/content/300-guides/050-database/850-planetscale.mdx @@ -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) . 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) . A driver adapter allows you to use a different database driver, from the default Prisma provides, to access your database.