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
6 changes: 3 additions & 3 deletions src/content/docs/get-started-cockroach.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Prerequisites from "@mdx/Prerequisites.astro";
import CodeTabs from "@mdx/CodeTabs.astro";
import WhatsNextPostgres from "@mdx/WhatsNextPostgres.astro";

# Drizzle \<\> PostgreSQL
# Drizzle \<\> CockroachDB

<Callout type='error'>
This page explains concepts available on drizzle versions `1.0.0-beta.2` and higher.
Expand All @@ -21,7 +21,7 @@ This page explains concepts available on drizzle versions `1.0.0-beta.2` and hig
- node-postgres [basics](https://node-postgres.com/)
</Prerequisites>

Drizzle has native support for PostgreSQL connections with the `node-postgres` driver.
Drizzle provides native support for CockroachDB via the standard `node-postgres` driver, leveraging its wire-protocol compatibility with PostgreSQL.

#### Step 1 - Install packages
<Npm>
Expand Down Expand Up @@ -72,4 +72,4 @@ const result = await db.execute('select 1');

#### What's next?

<WhatsNextPostgres/>
<WhatsNextPostgres/>