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 (MongoDB, Cassandra, Couchbase, Redis, BigTable, DynamoDB, etc).
You can download prebuilt binaries from official website or directly from GitHub releases.
You can also download Early Access version. We publish it 1-2 times per week.
Just run an installer (or unzip an archive) and run dbeaver
.
Note: DBeaver needs Java to run. Open JDK 11 is included in all DBeaver distributions. (since version 7.3.1).
You can change default JDK version by replacing directory jre
in dbeaver installation folder.
git clone https://github.com/dbeaver/dbeaver.git dbeaver
cd dbeaver
mvn package
Binaries are in product/standalone/target/products
Hooray, we have reached 17k of stars on GitHub and continue to grow!
That's really cool, we are glad that you like DBeaver.
Thank you!
DBeaver is a desktop client.
If you are looking for a web-based database management tool - check our new product: CloudBeaver.
It is based on DBeaver platform and thus supports any database and most of DBeaver features.