docksal / addons

Community driven, submit your addon! Docksal addons that can be installed via `fin addon install` command.
MIT License
16 stars 34 forks source link

Feature/dbeaver #68

Closed CyberJack closed 3 years ago

CyberJack commented 3 years ago

I created an addon to launch DBeaver within the current project a while ago. DBeaver is a multi-platform database tool that supports popular database engines like MySQL, PostgreSQL, and more.

This addon will launch DBeaver with the connection information from the current project. It will automatically detect a MySQL or PostgreSQL database container. Other database types are currently not supported.

Optionally a container name can be given if multiple database containers exist within a project.

fin dbeaver [container name]

The original repository is located here: https://github.com/CyberJack/dbeaver. I will archive the repository if this pull request gets accepted.