Skip to content

Instantly share code, notes, and snippets.

@GoodnessEzeokafor
Created June 19, 2025 06:58
Show Gist options
  • Save GoodnessEzeokafor/aef4922eb50f3df20a0401ff5ba205a3 to your computer and use it in GitHub Desktop.
Save GoodnessEzeokafor/aef4922eb50f3df20a0401ff5ba205a3 to your computer and use it in GitHub Desktop.
Connecting to a database instance from AWS RDS
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