Skip to content

Commit b3ee2cb

Browse files
authored
Update src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx
1 parent 2c7211f commit b3ee2cb

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/using-prisma-postgres-with-workers

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { PackageManagers, Tabs, TabItem, Render } from "~/components";
1818

1919
You can connect to Prisma Postgres using [Prisma Accelerate](https://www.prisma.io/accelerate) or [Hyperdrive](/hyperdrive). Both approaches provide comparable performance with different tradeoffs.
2020

21-
Prisma Accelerate provides connection pooling and caching specifically designed for connecting to Prisma Postgres with the Prisma ORM, improving database access from Workers with built-in optimizations for the Prisma ecosystem.
21+
Prisma Accelerate provides connection pooling and caching specifically designed for connecting to Prisma Postgres with the [Prisma ORM](https://www.prisma.io/), improving database access from Workers with built-in optimizations for the Prisma ecosystem.
2222

2323
Hyperdrive provides the lowest possible latencies due to its globally distributed nature and allows you to use any standard PostgreSQL driver. Hyperdrive performs connection pooling across Cloudflare's network and supports native database drivers, libraries, and ORMs. Learn more about Hyperdrive in [How Hyperdrive Works](/hyperdrive/configuration/how-hyperdrive-works/).
2424

0 commit comments

Comments
 (0)