/ Home

DBeaver

It is a Universal database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases: MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Apache Hive, Phoenix, Presto, etc.

How to Install

How to install DBeaver in Ubuntu

sudo apt update
sudo apt-get install dbeaver-ce

If it shows error

sudo snap install dbeaver-ce

To open from terminal

dbeaver-ce &

Ref :