You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/frameworks/drizzle.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ This guide will show you how to set up [Drizzle ORM](https://orm.drizzle.team/)
24
24
- Drizzle ORM [installed and initialized](https://orm.drizzle.team/docs/get-started) in your project
25
25
- A `DATABASE_URL` environment variable set in your `.env` file, pointing to your PostgreSQL database (e.g. `postgresql://user:password@localhost:5432/dbname`)
26
26
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
+
27
33
## Initial setup (optional)
28
34
29
35
Follow these steps if you don't already have Trigger.dev set up in your project.
0 commit comments