If you’d like to use a GUI database client, you’ll need the right connection details and there may even be a command to launch it for you:
- phpMyAdmin, formerly built into DDEV core, can be installed by running ddev add-on get ddev/ddev-phpmyadmin.
- Adminer can be installed with ddev add-on get ddev/ddev-adminer
- The ddev describe command displays the Host: details you’ll need to connect to the db container externally, for example if you’re using an on-host database browser like SequelAce.
- macOS users can use ddev sequelace to launch the free Sequel Ace database browser, ddev tableplus to launch TablePlus, ddev querious to launch Querious, ddev dbeaver to launch DBeaver, and the obsolete Sequel Pro is also supported with ddev sequelpro. (Each must be installed for the command to exist.)
- WSL2 and Linux users can use ddev dbeaver to launch DBeaver. (Must be installed for the command to exist.)
- PhpStorm (and all JetBrains tools) have a nice database browser. (If you use the DDEV Inte