As you may know, DBeaver is an open source database management tool, with support for the most popular databases, including MySQL, Oracle, PostgreSQL, Microsoft SQL Server and SQLite. For more information, see this page.
The latest version available is DBeaver 3.4.5, which has been released a while ago, coming with the below changes:
- Apache Derby extension was added (view source, sequences, etc)
- SQL editor now scrolls to error position (Oracle, MySQL, PostgreSQL, Firebird, Derby)
- Output messages were fixed (MSSQL)
- Sequences were fixed (PostgreSQL)
- MongoDB 3.x support added
- Preference pages were redesigned
- Plaintext results presentation configuration was added
- Eclipse 4.5 (Mars) support added for plugin version
- CSV export config improved
- ERD export in GraphML format was added
- A few hanging/UI freeze problems were fixed
- Misc UI bugs were fixed
Installation instructions:
Up to date packages are available via the project’s website, so installing the software on Ubuntu, Debian and derivative systems like Linux Mint, Pinguy OS, Elementary OS, Deepin, Peppermint, LXLE, Linux Lite, SparkyLinux and RoboLinux systems is easy.
Just download the package for your system’s architecture, and install it via command-line.
Instructions for 32 bit systems:
$ sudo apt-get install gdebi
$ wget http://dbeaver.jkiss.org/files/dbeaver_3.4.5_i386.deb
$ sudo gdebi dbeaver_3.4.5_i386.deb
Instructions for 64 bit systems:
$ sudo apt-get install gdebi
$ wget http://dbeaver.jkiss.org/files/dbeaver_3.4.5_amd64.deb
$ sudo gdebi dbeaver_3.4.5_amd64.deb
Optional, to remove DBeaver from either Ubuntu, Debian or a derivative system, do:
$ sudo apt-get remove dbeaver