Skip to content

Commit 2bd750a

Browse files
committed
docs: link private networking from Drizzle setup guide
1 parent 3a1ab39 commit 2bd750a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/guides/frameworks/drizzle.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ This guide will show you how to set up [Drizzle ORM](https://orm.drizzle.team/)
2424
- Drizzle ORM [installed and initialized](https://orm.drizzle.team/docs/get-started) in your project
2525
- A `DATABASE_URL` environment variable set in your `.env` file, pointing to your PostgreSQL database (e.g. `postgresql://user:password@localhost:5432/dbname`)
2626

27+
<Tip>
28+
If your Postgres lives in a private AWS VPC (e.g. RDS without a public endpoint), connect it via
29+
[Private networking](/private-networking/overview) instead of opening it to the public internet
30+
(enterprise plans).
31+
</Tip>
32+
2733
## Initial setup (optional)
2834

2935
Follow these steps if you don't already have Trigger.dev set up in your project.

0 commit comments

Comments
 (0)