Created
June 19, 2025 06:58
-
-
Save GoodnessEzeokafor/aef4922eb50f3df20a0401ff5ba205a3 to your computer and use it in GitHub Desktop.
Connecting to a database instance from AWS RDS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
psql \ | |
--host=host \ | |
--port=port \ | |
--username=username \ | |
--dbname=dbname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment