This Docksal addon launches DBeaver with the connection information from the current project. DBeaver is a multi-platform database tool that supports popular database engines like MySQL, PostgreSQL, and more.
This addon tries to detect the database engine and launches DBeaver with the correct connection settings. Currently, only the following database engines can be detected:
- MySQL
- PostgreSQL
The addon can be installed using the following command:
fin addon install dbeaver
Run fin dbeaver
to launch DBeaver with the connection information from the current project.
fin dbeaver
If the database service name is not db
or the project has multiple database services,
a service name can be provided as the first parameter.
fin dbeaver database_container
Note: on macOS AppleScript is used to determine the installation location of DBeaver. When running this script for the first time, a pop-up might ask if it's allowed to execute the AppleScript.