mdc123
mdc123

Reputation: 316

AWS RDS and PGAdmin

I am working on a personal Django project and plan on using a PGSQL DB on AWS RDS. Tutorials I see always show the process of linking RDS dbs to PGAdmin and I am wondering if this step really is necessary/vital. Would there be consequences (apart from not having access to all the benefits of PGAdmin of course) if I skipped it?

Upvotes: 0

Views: 101

Answers (1)

Laurenz Albe
Laurenz Albe

Reputation: 247235

You'd also be spared all the pains associated with pgAdmin. Use the PostgreSQL client of your choice!

Upvotes: 1

Related Questions