Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports any database which has JDBC driver (which basically means - ANY database). EE version also supports non-JDBC datasources (WMI, MongoDB, Cassandra, Redis).
- Has a lot of features including metadata editor, SQL editor, rich data editor, ERD, data export/import/migration, SQL execution plans, etc.
- Based on Eclipse platform.
- Uses plugins architecture and provides additional functionality for the following databases: MySQL/MariaDB, PostgreSQL, Oracle, DB2 LUW, Exasol, SQL Server, SQLite, Firebird, H2, HSQLDB, Derby, Teradata, Vertica, Netezza, Informix.
You can download prebuilt binaries from http://dbeaver.jkiss.org/download/
History and release notes: https://github.com/serge-rider/dbeaver/releases
DBeaver requires Java (JRE) 1.8+ to run.
- Windows installer includes JRE so just use it and don't think about internals.
- On Linux you may need to install Java manually (usually by running
sudo apt-get install default-jre
or something similar). - On MacOS X you may need to download Java (JDK) from Oracle web site. Or use these instructions.
WIKI: https://github.com/serge-rider/dbeaver/wiki
Issue tracker: https://github.com/serge-rider/dbeaver/issues
- Java (JDK) 1.8+
- Apache Maven 3+
- Internet access
git clone https://github.com/serge-rider/dbeaver.git dbeaver
cd dbeaver
mvn package
Binaries are in product/standalone/target/products
- DBeaver is a free non-profitable hobby project. Please don't expect immediate reaction on issues.
- If you have any questions, suggestions, ideas, etc - write me.
- Pull requests are welcome.
- Visit http://dbeaver.jkiss.org for more information.
- Thanks for using DBeaver! Star if you like it.