From b987daa565e5bcde49ee53bea2b2b4de0ba20ec5 Mon Sep 17 00:00:00 2001 From: Edoc <123019149+edocli@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:56:24 -0500 Subject: [PATCH] fix: correct misleading CockroachDB page title and description --- src/content/docs/get-started-cockroach.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/get-started-cockroach.mdx b/src/content/docs/get-started-cockroach.mdx index 433f496d..90ba05a2 100644 --- a/src/content/docs/get-started-cockroach.mdx +++ b/src/content/docs/get-started-cockroach.mdx @@ -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 This page explains concepts available on drizzle versions `1.0.0-beta.2` and higher. @@ -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/) -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 @@ -72,4 +72,4 @@ const result = await db.execute('select 1'); #### What's next? - \ No newline at end of file +