If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.
A DDEV add-on that adds a ddev lazysql command to open
LazySQL connected straight to the project database.
lazysql installed on the hostjq installed on the hostddev add-on get pabman11/ddev-lazysql
ddev restart
With the project running:
ddev lazysql
The command reads the project configuration (ddev describe -j), gets the published port of the
database container and launches LazySQL on the host with the right connection string.
MySQL/MariaDB and PostgreSQL are supported.
ddev add-on remove lazysql
Maintained by @pabman11.
If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.