Skip to content

Commit 721b41e

Browse files
committed
Importing Render components
1 parent 28676b2 commit 721b41e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-drivers-and-libraries/drizzle-orm.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ meta:
77
title: Using Drizzle ORM with Hyperdrive for PostgreSQL
88
---
99

10+
import { Render } from "~/components";
11+
1012
[Drizzle ORM](https://orm.drizzle.team/) is a lightweight TypeScript ORM with a focus on type safety. This example demonstrates how to use Drizzle ORM with PostgreSQL via Cloudflare Hyperdrive in a Workers application.
1113

1214
## Prerequisites

src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-drivers-and-libraries/prisma-orm.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ meta:
77
title: Using Prisma ORM with Hyperdrive for PostgreSQL
88
---
99

10+
import { Render } from "~/components";
11+
1012
[Prisma](https://www.prisma.io/) is a modern ORM that provides a type-safe API for working with databases. This example demonstrates how to use Prisma ORM with PostgreSQL via Cloudflare Hyperdrive in a Workers application.
1113

1214
## Prerequisites

0 commit comments

Comments
 (0)