DBeaver
DBeaver is a SQL client software application and a database administration tool. The community edition (CE) of DBeaver is a free and open source software that is distributed under the Apache License.
Flatpak install (Recommended)
You can install Code::Blocks via Flatpak by running the following commands in your terminal:
flatpak install flathub io.dbeaver.DBeaverCommunity
System install
To install DBeaver on AnduinOS, run the following commands.
sudo add-apt-repository ppa:serge-rider/dbeaver-ce
sudo apt-get update
sudo apt-get install dbeaver-ce