supabase-community / supabase-on-aws

Self-hosted Supabase on AWS
Apache License 2.0
417 stars 61 forks source link

Connecting to RDS #99

Open BenjaminBelchie opened 5 months ago

BenjaminBelchie commented 5 months ago

Hello,

This is more of a question rather than an issue so close if not allowed.

I could not find any documentation on how to specifically connect to the RDS instance. I have read in #72 that the RDS instance is not exposed to the internet so my question is how would I connect to the database using an ORM or database client like pgAdmin?

Thankyou