Skip to content

Twitter URL Codacy Badge Apache 2.0 Tickets in review Image

DBeaver

Free multi-platform database tool for developers, SQL programmers, database administrators and analysts.

  • Has a lot of features including schema editor, SQL editor, data editor, AI chat, ER diagrams, data export/import/migration, SQL execution plans, database administration tools, database dashboards, Spatial data viewer, proxy and SSH tunnelling, custom database drivers editor, etc.
  • Out of the box supports more than 100 database drivers.
  • Supports any database which has JDBC or ODBC driver (basically - almost all existing databases).
  • Integrates AI tools for work with data, SQL and database structure

Image Image Image Image

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 and then click on app icon. Or unzip an archive and run dbeaver from command line.

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

Documentation

Architecture

  • DBeaver is written mostly on Java. However, it also uses a set of native OS-specific components for desktop UI, high performance database drivers and networking.
  • Basic frameworks:
    • OSGI platform for plugins and dependency management. Community version consists of 130+ plugins.
    • Eclipse RCP platform for rich user interface build.
    • JDBC for basic database connectivity API.
    • JSQLParser and Antlr4 for SQL grammar and semantic parser.
  • For networking and additional functionality we use wide range of open source libraries such as SSHJ, Apache POI, JFreeChart, JTS, Apache JEXL etc.
  • We separate model plugins from desktop UI plugins. This allows us to use the same set of "back-end" plugins in both DBeaver and CloudBeaver.
  • Dependencies: being an OSGI application we use P2 repositories for third party dependencies. For additional Maven dependencies we use our own DBeaver P2 repo.

Supported databases

Community version

Out of the box DBeaver supports following database drivers:

  • Altibase, Apache Calcite Avatica, Apache Doris, Apache Druid, Apache Hive, Apache Hive/Impala/Spark, Apache Ignite, Apache IoTDB, Apache Kylin, Apache Kyuubi, Apache Solr, Athena, Azure SQL, Babelfish, ClickHouse, Cloudberry, CockroachDB, CrateDB, CSV, CUBRID, Dameng, Data Virtuality, Databend, Databricks, DB2, DBF, Denodo, Derby, DolphinDB, Dremio, Drill, DuckDB, Elasticsearch, EnterpriseDB, Exasol, Firebird, Firebird, GaussDB, GBase 8s, GemFire XD, GizmoSQL, Google BigQuery, Google Cloud SQL for PostgreSQL, Google Spanner, Greengage, Greenplum, GreptimeDB, H2, H2GIS, HSQLDB, Informix, Ingres, InterSystems Caché, IRIS, JDBCX, Jennifer, Kingbase, LibSQL, Machbase, Manticore Search, MapD, MariaDB, Materialize, MaxDB, Mimer SQL, MonetDB, MS Access, MySQL, NDB Cluster, Netezza, NuoDB, OceanBase, Ocient, OmniSci, Open Distro Elasticsearch, OpenEdge, OpenSearch, Oracle, OrientDB, Pervasive SQL, Phoenix, PostgreSQL, Presto, Redshift, RisingWave, Salesforce, Salesforce Data 360, SAP HANA, SnappyData, Snowflake, SQL Server, SQLite, SQream DB, StarRocks, Sybase, TDEngine, Teiid, Teradata, TiDB, TiDBLake, TimechoDB, Timeplus, Timeplus Proton, TimescaleDB, Trino, Vertica, Virtuoso, WMI, Yellowbrick, Yugabyte.

PRO versions

Commercial versions extends functionality of community drivers, supports NoSQL databases and many more:

  • Amazon Aurora DSQL, Apache Arrow, AWS DocumentDB, AWS Keyspaces, AWS Neptune, AWS Timestream, Azure CosmosDB, BigTable, Cassandra, Couchbase, CouchDB, DynamoDB, etcd, FerretDB, Firestore, Fujitsu Enterprise Postgres, Google AlloyDB, Google Cloud SQL, InfluxDB, Kafka KSQL, Microsoft Fabric, MongoDB, Neo4j, NetSuite, ODBC, Raima, Redis, Salesforce, ScyllaDB, SingleStore, SQLite Crypt, Valkey, Yugabyte.
  • Files as databases: CSV, DDL, JSON, Parquet, XLSX, and XML.
  • Federated (multi-source) database based on Apache Calcite.

You can find the list of all databases supported in commercial versions here.

AI integration

  • All DBeaver products contain AI Chat view similar to classic LLM chats.
  • You can generate/analyse/optimize your SQL queries, work with database structure or even work with databases with a very little knowledge of SQL.
  • We use smart chat context which provides LLMs details about database structure, SQL dialect, etc.
  • LLM integration uses context-dependent dynamic tools and is very efficient from token consumption point of view.
  • AI providers in Community version:
    • OpenAI (allows to configure most of existing LLMs with custom endpoint)
    • Copilot
  • Pro versions provide additional AI tools + native support of Anthropic/Grok/Azure/Bedrock/Gemini/Ollama providers.

Feedback

Contribution: help the Beaver!

Hooray, we have reached 50k+ 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. We are happy to reward our most active contributors every major sprint.
  • 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!


Our other open-source products:

  • CloudBeaver - web-based database management tool built on the DBeaver platform.
    Runs as server (docker) and provides rich web interface (SPA).
  • dbvr - CLI database management tool. Useful in CI/CD pipelines and all sort of automations.

Releases

Used by

Contributors

Languages