Go to file
Sergei Kovalchuk 0da9016a98 dbeaver/dbeaver#23445 NPE when uncheck keep layout
Code style
2024-05-20 09:17:42 +02:00
.github devops: codeql temporary disabled 2023-03-20 19:55:03 +01:00
docs dbeaver/pro#2341 Copyright update 2024-01-10 10:32:48 +03:00
features 24.0.5 version bump 2024-05-14 18:37:08 +02:00
plugins dbeaver/dbeaver#23445 NPE when uncheck keep layout 2024-05-20 09:17:42 +02:00
product 24.0.5 version bump 2024-05-14 18:37:08 +02:00
test 24.0.5 version bump 2024-05-14 18:37:08 +02:00
.gitignore Windows batch files 2021-09-05 11:09:06 +03:00
.travis.yml Email change. i18n fixes. 2022-07-30 20:40:10 +03:00
LICENSE.md 3rd party licenses info 2021-02-13 16:34:53 +03:00
README.md Spam bots attention 2024-04-28 22:42:57 -07:00
SECURITY.md Update SECURITY.md 2021-10-01 17:40:08 +03:00
build.cmd dbeaver/pro#2641 Migrate to Eclipse 2024-03 (#23158) 2024-04-24 12:25:03 +02:00
build.sh Build for *nix 2024-04-29 20:57:31 +02:00
crowdin.yml Crowding config update 2020-12-25 17:31:20 +03:00
dbeaver-checkstyle-config.xml dbeaver/dbeaver-ee#1590 Checkstyle config fix (#17680) 2022-09-19 18:19:54 +03:00
pom.xml 24.0.5 version bump 2024-05-14 18:37:08 +02:00
project.deps INF-10 Move utils to dbeaver-common. Refactor WMI (#22607) 2024-01-29 18:49:59 +03:00

README.md

Twitter URL Codacy Badge Apache 2.0

DBeaver

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). Commercial versions also support non-JDBC datasources such as MongoDB, Cassandra, Couchbase, Redis, BigTable, ScyllaDB, DynamoDB, etc. You can find the list of all databases supported in commercial versions here.

  • 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, Greenplum, Oracle, IBM Db2, Exasol, SQL Server, Sybase/SAP ASE, SQLite, Firebird, H2, HSQLDB, Derby, Teradata, Vertica, Netezza, Informix, etc.

Download

You can download prebuilt binaries from official website or directly from GitHub releases.
You can also download Early Access version. We publish daily.

Running

Just run an installer (or unzip an archive) and run dbeaver.

Note: DBeaver needs Java to run. Open JDK 17 is included in all DBeaver distributions. You can change default JDK version by replacing directory jre in dbeaver installation folder.

Documentation

Build from sources

See this article.

Feedback

ATTENTION: we are experiencing huge spam bots wave. We had to close discussions for some time. We also had to limit community interations (you cannot create issues if you account exists less than a week)

Contribution: help the Beaver!

Hooray, we have reached 30k+ stars on GitHub and continue to grow!
That's really cool, and we are glad that you like DBeaver.

  • We are actively looking for new source code contributors. We have added labels “Good first issue” and “Help wanted” to some tickets. If you want to be a part of our development team, just be brave and take a ticket.
  • You can buy one of our commercial versions. They include NoSQL databases support, additional extensions, and official online support. Also, licensed users have priorities in bug fixes and the development of new features.

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.