# dbeaver
**Repository Path**: vue-quasar/dbeaver
## Basic Information
- **Project Name**: dbeaver
- **Description**: Java编写的全平台数据库管理程序.
https://github.com/dbeaver/dbeaver.git
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: devel
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-11-18
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://twitter.com/dbeaver_news)
[](https://travis-ci.org/dbeaver/dbeaver)
[](https://www.codacy.com/manual/serge/dbeaver?utm_source=github.com&utm_medium=referral&utm_content=dbeaver/dbeaver&utm_campaign=Badge_Grade)
[](http://www.apache.org/licenses/LICENSE-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). EE version also supports non-JDBC datasources (MongoDB, Cassandra, Redis, DynamoDB, etc).
* 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, DB2 LUW, 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.
## Running
DBeaver requires Java (JRE) 1.8+ to run.
* Windows and MacOS X installers include JRE so just use them and don't think about internals.
* On Linux you may need to install Java manually (usually by running `sudo apt-get install openjdk-11-jdk` or something similar).
* If you don't use installer (on Windows or Mac OS X) you may need to download Java (JDK) from Adopt OpenJDK website.
## Documentation
* WIKI
* Issue tracker
## Building
#### Prerequisites:
1. Java (JDK) 8 or later (AdoptOpenJDK 11 is our default Java at the moment).
2. Apache Maven 3+
3. Internet access
4. Git client
#### Build
```sh
git clone https://github.com/dbeaver/dbeaver.git dbeaver
cd dbeaver
mvn package
```
Binaries are in `product/standalone/target/products`
## Notes
- If you have any questions, suggestions, ideas, etc - please create a ticket .
- Pull requests are welcome.
- Visit https://dbeaver.io or https://dbeaver.com for more information.
- Follow us on Twitter: https://twitter.com/dbeaver_news/
- Thanks for using DBeaver! Star if you like it.
## Contribution: help the Beaver!
Hooray, we have reached 10k of stars on GitHub and continue to grow!
That's really cool, 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 DBeaver EE version. It includes all features of CE + NoSQL databases support + EE extensions + official online support. Also, licensed users have priorities in bug fixes and new features development.
Thank you!
- DBeaver Team (contributors)
---------
DBeaver is a desktop client.
If you are loooking 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.