简体   繁体   中英

Do I need a client gui like pgAdmin4 to access an AWS RDS postgreSQL instance or is there a way I can access it via command line?

Is there a way to access an AWS RDS PostgreSQL instance via command line ( psql )?

Or is it necessary to use a GUI client like pgAdmin to connect to the database?

You could use a SQL client like DBeaver or you could use the command line tool “psql”. If you're accessing a private RDS instance, you might have to likely use a bastion host to connect from outside the VPC.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM