Dbeaver is a free multi-platform database database administration tool. For more information about features, see the official homepage.
Creating and Managing Database Connections with DBeaver. This topic explains how to work with the DBeaver plugin to create and manage databases in Zend Studio. DBeaver supports any database which has JDBC driver, and may handle any external data source which may or may not have a JDBC driver. MacOS DMG – just run it and drag-n-drop DBeaver into Applications. Debian package – run sudo dpkg -i dbeaver.deb. Then execute “dbeaver &”. RPM package – run sudo rpm. External Install Button DBeaver is free universal SQL client/database tool for developers and database administrators. It can work with any database server which has JDBC or ODBC driver. It supports pluggable extensions. DBeaver does not have the functionality you're looking for. While it is an Eclipse plugin, it does not function like a traditional Java project where you can clean/build the source files.
It supports popular databases such as MySQL, MariaDB, PostgreSQL, SQLite, Oracle Database.
It provides a plugin architecture (based on Eclipse plugins architecture) that allows to modify much of the application behavior to provide database-specific functionality or features that are database-independent. This is a desktop application written in Java and based on Eclipse platform.
Installation
Install the dbeaver package.
There are also some plugins available:
- dbeaver-plugin-apache-poi - DBeaver library for Microsoft Office documents
- dbeaver-plugin-batik - DBeaver library for SVG format
- dbeaver-plugin-office - DBeaver plugin to export data to Microsoft Office format
- dbeaver-plugin-svg-format - DBeaver plugin to save diagrams in SVG format
Troubleshooting
If you are getting an error like this:
Try adding export _JAVA_OPTIONS='-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
to your xinitrc.
DBeaver file location
The location of the DBeaver configuration files are located ~/.local/share/DbeaverData
Java version
DBeaver needs a jre >= 11.
If you get an error message starting like this:
This means that your jre version is outdated. You can fix it by installing a newer jre version and changing the default java on your system with archlinux-java. For example: