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

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.

DDEV LazySQL

tests

A DDEV add-on that adds a ddev lazysql command to open LazySQL connected straight to the project database.

Requirements

Installation

ddev add-on get pabman11/ddev-lazysql
ddev restart

Usage

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.

Removal

ddev add-on remove lazysql

Credits

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.