Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

tests project is maintained

DDEV pgAdmin add-on

This is a DDEV add-on provides a pgAdmin service for PostgreSQL databases.

Installation:

ddev add-on get MurzNN/ddev-pgadmin
ddev restart

You can run pgAdmin easily with the command after installing this add-on:

ddev pgadmin

Also, it will be available on the url https://pgadmin.yourprojectname.ddev.site. If it asks for the database password, enter db there.

Tip

For Gitpod: The ddev pgadmin command can open a blank page in preview mode, open the link in a new browser tab/window to make it work.

Tips

Contributed and maintained by @MurzNN