数据库客户端 https://dbeaver.io/

Serge Rider ca151d7a07 Revert "dbeaver/pro#7415 Simplify platform configuration (#39602)" 4 месяцев назад
.github bd008e4264 #38779 Update CONTRIBUTING.md (#38837) 7 месяцев назад
.ide cda7d5c1e0 dbeaver/dbeaver-infra#195 update scopes&remove autoformat&fix race condition (#36983) 1 год назад
docs 9772ff45a4 dbeaver/pro#5560 CE license and PRO EULA (#38137) 9 месяцев назад
features b2d14b5fb3 dbeaver/pro#7344 Include picocli in runtime feature (also in plugin) (#39543) 4 месяцев назад
plugins ca151d7a07 Revert "dbeaver/pro#7415 Simplify platform configuration (#39602)" 4 месяцев назад
product a0548a3778 dbeaver/dbeaver#39515 Add -nospash for MacOS by default (#39559) 4 месяцев назад
test 1ce14b3827 dbeaver/pro#7303 25.2.5 version bump (#39512) 4 месяцев назад
tools b276354078 build: make build script location-independent (#36087) 7 месяцев назад
.gitignore 7cd45d2520 dbeaver/pro#4047 Rename Snowflake bundle (#36965) 1 год назад
LICENSE.md f18e289681 3rd party licenses info 5 лет назад
README.md 55dd4c0e99 Readme update 7 месяцев назад
SECURITY.md f01c861cd6 dbeaver/pro#6728 change security email (#39074) 6 месяцев назад
generate_workspace.cmd 14cbe3d85a dbeaver/pro#5774 Correctly handle current working directory (#38148) 9 месяцев назад
generate_workspace.sh 14cbe3d85a dbeaver/pro#5774 Correctly handle current working directory (#38148) 9 месяцев назад
osgi-app.properties 0082454024 #38420 P2 repo link fix 8 месяцев назад
pom.xml 540ae98d77 dbeaver/pro#6613 dbeaver-common 2.5.0 version bump 7 месяцев назад
project.deps c7af31cb20 dbeaver/dbeaver#23361 LibSQL driver definition (#36106) 1 год назад

README.md

Twitter URL Codacy Badge Apache 2.0 Tickets in review

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

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: 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

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!


CloudBeaver is a web-based database management tool built on the DBeaver platform. It brings the capabilities of DBeaver to the browser, 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.