Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/connect-neon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Querying over HTTP is faster for single, non-interactive transactions.
If you need session or interactive transaction support, or a fully compatible drop-in replacement for the `pg` driver, you can use the WebSocket-based `neon-serverless` driver.
You can connect to a Neon database directly using [Postgres](/docs/get-started/postgresql-new)

For an example of using Drizzle ORM with the Neon Serverless driver in a Cloudflare Worker, **[see here.](http://driz.link/neon-cf-ex)**
To use Neon from a serverful environment, you can use the PostgresJS driver, as described in Neon's **[official Node.js docs](https://neon.tech/docs/guides/node)** — see **[docs](#postgresjs)**.
For an example of using Drizzle ORM with the Neon Serverless driver in a Cloudflare Worker, **[see here.](https://github.com/drizzle-team/neon-cf-example)**
To use Neon from a serverful environment, you can use the PostgresJS driver, as described in Neon's **[official Node.js docs](https://neon.tech/docs/guides/node).

#### Step 1 - Install packages
<Npm>
Expand Down