Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.1 KB

postgres.md

File metadata and controls

33 lines (21 loc) · 1.1 KB

Working with PostgreSQL

Getting Started

You can use pgAdmin to manage PostrgeSQL.

Navigate to the pgAdmin Welcome page: http://localhost:5050

Login using the PGADMIN_DEFAULT_EMAIL ([email protected]) and PGADMIN_DEFAULT_PASSWORD (secret) credentials:

Create Connection Wizard - General Tab:

Create Connection Wizard - Connection Tab:

Note: The 'Host name / address' field must match the value (e.g., postgres) specified in the project's docker-compose.yml.

Browser - Schemas: