https://github.com/dbeaver/dbeaver
Free universal database tool and SQL client
https://github.com/dbeaver/dbeaver
ai copilot database db2 dbeaver erd gui java jdbc mysql nosql openai oracle postgresql redshift sql sqlite sqlserver
Last synced: 4 days ago
JSON representation
Free universal database tool and SQL client
- Host: GitHub
- URL: https://github.com/dbeaver/dbeaver
- Owner: dbeaver
- License: apache-2.0
- Created: 2015-10-21T08:26:28.000Z (over 10 years ago)
- Default Branch: devel
- Last Pushed: 2026-01-26T17:17:15.000Z (10 days ago)
- Last Synced: 2026-01-26T20:41:16.865Z (10 days ago)
- Topics: ai, copilot, database, db2, dbeaver, erd, gui, java, jdbc, mysql, nosql, openai, oracle, postgresql, redshift, sql, sqlite, sqlserver
- Language: Java
- Homepage: https://dbeaver.io
- Size: 197 MB
- Stars: 48,406
- Watchers: 531
- Forks: 4,011
- Open Issues: 3,208
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- awesome-starred - dbeaver - Free universal database tool and SQL client (Java)
- stars - dbeaver/dbeaver
- awesome - dbeaver/dbeaver - Free universal database tool and SQL client (Java)
- awesome-hacking - DBeaver - a DB editor. (Tools / Binary files examination and editing)
- my-awesome-list - DBeaver - Free universal database manager and SQL client. Supports any database which has JDBC driver (which basically means - ANY database). (Software and tools)
- fucking-Awesome-Linux-Software - ![Open-Source Software - A universal database client supporting multiple platforms and databases. (Applications / Development)
- open-source-mac-os-apps - DBeaver - Universal database tool and SQL client. ![java_icon] (Applications / Database)
- awesome-sqlite - DBeaver
- awesome-sql - DBeaver
- Awesome-Linux-Software - ![Open-Source Software - A universal database client supporting multiple platforms and databases. (Applications / Development)
- StarryDivineSky - dbeaver/dbeaver - 任何数据库)。商业版本还支持非JDBC数据源,如MongoDB、Cassandra、Couchbase、Redis、BigTable、DynamoDB等。可以找到商业版本中支持的所有数据库的列表。 (数据库管理系统 / 网络服务_其他)
- jimsghstars - dbeaver/dbeaver - Free universal database tool and SQL client (Java)
- awesome - dbeaver - Free universal database tool and SQL client (Database)
- awesome-github-star - dbeaver
- awesome-cli-agents - dbeaver/dbeaver - Free universal database tool and SQL client [Copilot] (45k⭐) (🚀 AI Tools for Vim, Neovim, and Terminal)
- awesome-linux-apps - DBeaver - Free universal database tool and SQL client. 👏 (Databases)
- awesome-rainmana - dbeaver/dbeaver - Free universal database tool and SQL client (Java)
- starred-awesome - dbeaver - Free universal database manager and SQL client (Java)
- awesome-coding-startup - dbeaver
- stars - dbeaver/dbeaver - Free universal database tool and SQL client \[*Apache License 2.0*\] (⭐️48376) (Java)
- awesome - dbeaver/dbeaver - Free universal database tool and SQL client (Java)
- awesome-starred - dbeaver/dbeaver - Free universal database tool and SQL client (Java)
- awesome-software - dbeaver - date/dbeaver/dbeaver) (剪贴板工具)
- awesome-backend - DBeaver - platform database tool for developers, database administrators, analysts, and everyone working with data. (Uncategorized / Uncategorized)
- awesome-data-analysis - DBeaver - A free universal database tool and SQL client for developers, SQL programmers, and administrators. (🗃️ SQL & Databases / Tools)
- awesome-db-tools - DBeaver - Free universal database manager and SQL client. (IDE)
- awesome-starred-test - dbeaver/dbeaver - Free universal database tool and SQL client (Java)
- awesome-repositories - dbeaver/dbeaver - Free universal database tool and SQL client (Java)
README
[](https://twitter.com/dbeaver_news)
[](https://app.codacy.com/gh/dbeaver/dbeaver/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/dbeaver/dbeaver/issues?q=is%3Aissue+is%3Aopen+label%3A"wait%20for%20review")

# 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 integration, 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).
* Supports smart AI completion and code generation with OpenAI or Copilot
## 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. OpenJDK 21 is included in all DBeaver distributions.
You can change default JDK version by replacing directory `jre` in dbeaver installation folder.
## Documentation
* [Full product documentation](https://dbeaver.com/docs/dbeaver/)
* [WIKI](https://github.com/dbeaver/dbeaver/wiki)
* [Issue tracker](https://github.com/dbeaver/dbeaver/issues)
* [Building from sources](https://github.com/dbeaver/dbeaver/wiki/Build-from-sources)
## 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](https://en.wikipedia.org/wiki/OSGi) platform for plugins and dependency management. Community version consists of 130+ plugins.
- [Eclipse RCP](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/Rich_Client_Platform.md) platform for rich user interface build.
- [JDBC](https://en.wikipedia.org/wiki/Java_Database_Connectivity) for basic database connectivity API.
- [JSQLParser](https://github.com/JSQLParser/JSqlParser) and [Antlr4](https://github.com/antlr/antlr4) for SQL grammar and semantic parser.
- For networking and additional functionality we use wide range of open source libraries such as [SSHJ](https://github.com/hierynomus/sshj), [Apache POI](https://github.com/apache/poi), [JFreeChart](https://github.com/jfree/jfreechart), [JTS](https://github.com/locationtech/jts), [Apache JEXL](https://github.com/apache/commons-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](https://github.com/dbeaver/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](https://github.com/dbeaver/dbeaver-deps-ce).
## Supported databases
### Community version
Out of the box DBeaver supports following database drivers:
MySQL, MariaDB, Oracle, DB2, PostgreSQL, SQL Server, Sybase, Apache Hive, Drill, Presto, Trino, Phoenix, Exasol, Informix, Teradata, Vertica, Netezza, Firebird, Derby, H2, H2GIS, WMI, Snowflake, Greenplum, Redshift, Athena, SAP HANA, MaxDB, NuoDB, MS Access, SQLite, CSV, DBF, Firebird, TimescaleDB, Yellowbrick, CockroachDB, OrientDB, MonetDB, Google BigQuery, Google Spanner, Apache Hive/Impala/Spark, Apache Ignite, MapD, Azure SQL, CrateDB, Elasticsearch, Ocient, Ingres, OmniSci, Yugabyte, IRIS, Data Virtuality, Denodo, Virtuoso, Machbase, DuckDB, Babelfish, OceanBase, Salesforce, EnterpriseDB, Apache Druid, Apache Kylin, Databricks, OpenSearch, TiDB, TDEngine, Materialize, JDBCX, Dameng, Altibase, StarRocks, CUBRID, GaussDB, DolphinDB, LibSQL, GBase 8s, Databend, Cloudberry, Teiid, Kingbase.
### PRO versions
Commercial versions extends functionality of many popular drivers and also support non-JDBC datasources such as:
ODBC, MongoDB, Cassandra, Couchbase, CouchDB, Redis, InfluxDB, Firestore, BigTable, DynamoDB, Kafka KSQL, Neo4j, AWS Neptune, AWS Timestream, Azure CosmosDB, Yugabyte, Salesforce, etc.
Also, we support flat files as databases: CSV, XLSX, Json, XML, Parquet.
You can find the list of all databases supported in commercial versions here.
## Feedback
- For bug reports and feature requests - please create a ticket.
- To promote a ticket to a higher priority - please vote for it with 👍 under the ticket description.
- If you have any questions, ideas, etc - please start a discussion.
- Pull requests are welcome. See our guide for contributors.
- Visit https://dbeaver.com for more information.
- Follow us on [X](https://x.com/dbeaver_news/) and watch educational video on [YouTube](https://www.youtube.com/@DBeaver_video)
- Thanks for using DBeaver! Star if you like it.
## Contribution: help the Beaver!
Hooray, we have reached 40k+ 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!
- DBeaver Team (contributors)
---------
CloudBeaver is a web-based database management tool built on the DBeaver platform. It brings the capabilities of DBeaver to the web interface, enabling database management from any device with an internet connection and eliminating the need for local installation.
Supporting any database, CloudBeaver incorporates most of DBeaver's features and includes advanced access management for secure collaboration.
Designed with a user-friendly interface, CloudBeaver simplifies complex database operations and is suitable for both individual developers and organizations. Its scalable architecture accommodates various needs, making it a convenient solution for managing databases anytime and anywhere through web-based accessibility.




