DBeaver is a SQL client software application and a database administration tool. For relational databases it uses the JDBC application programming interface (API) to interact with databases via a JDBC driver.
DBeaver is a SQL client software application and a database administration tool. For relational databases it uses the JDBC application programming interface (API) to interact with databases via a JDBC driver.
DBeaver is not yet available on PantherX but you can install it anyway, using Flatpak.
If you don’t have Flatpak, simply run:
guix package -i flatpak
Then install DBeaver:
$ flatpak search dbeaver
Name Description Application ID Version Branch Remotes
DBeaver Community Universal Database Manager. io.dbeaver.DBeaverCommunity 7.2.3 stable flathub
PostgreSQL Client PostgreSQL client for DBeaver Community io.dbeaver.DBeaverCommunity.Client.pgsql stable flathub
MariaDB Client MariaDB client for DBeaver Community io.dbeaver.DBeaverCommunity.Client.mariadb stable flathub
$ flatpak --user install io.dbeaver.DBeaverCommunity
Working with DBeaver you might find that you existing OpenSSH private key does not work with the application; ref. Here’s how-to rectify that:
Now simply select SSHJ in the connection window, and use your OpenSSH private key as usual.
PantherX & (unofficial) GNU Guix Wiki.
Last update: 2024-04-21 10:28:03 +0000 | Apache-2.0
Inspired by the excellent Arch Linux Wiki