Skip to content

Commit 9b49cd7

Browse files
authored
Update src/content/docs/workers/databases/third-party-integrations/neon.mdx
1 parent 31c6a10 commit 9b49cd7

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/databases/third-party-integrations

1 file changed

+1
-1
lines changed

src/content/docs/workers/databases/third-party-integrations/neon.mdx

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

1313
You can connect to Neon using [Hyperdrive](/hyperdrive) (recommended), or using the Neon serverless driver, `@neondatabase/serverless`. Both provide connection pooling and reduce the amount of round trips required to create a secure connection from Workers to your database.
1414

15-
Hyperdrive can provide lower latencies because it performs the database connection setup and connection pooling across Cloudflare's network. Hyperdrive supports native database drivers, libraries, and ORMs, and is included in all [Workers plans](/hyperdrive/platform/pricing/). Learn more about Hyperdrive in [How Hyperdrive Works](/hyperdrive/configuration/how-hyperdrive-works/).
15+
Hyperdrive can provide the lowest possible latencies because it performs the database connection setup and connection pooling across Cloudflare's network. Hyperdrive supports native database drivers, libraries, and ORMs, and is included in all [Workers plans](/hyperdrive/platform/pricing/). Learn more about Hyperdrive in [How Hyperdrive Works](/hyperdrive/configuration/how-hyperdrive-works/).
1616

1717
:::
1818

0 commit comments

Comments
 (0)