GitHub - dbeaver/dbeaver: Free universal database tool and SQL client
2019-09-21 17:10:38 Author: github.com(查看原文) 阅读量:514 收藏

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

Java JavaScript C++ CSS HTML XSLT

Permalink

Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update issue templates Aug 6, 2019
bundles 6.2.1 config Sep 12, 2019
docs License header update (2019) Jan 10, 2019
features 6.2.1 config Sep 12, 2019
plugins #2372 DT UI fixes. Config load fix Sep 20, 2019
product 6.2.1 config Sep 12, 2019
test 6.2.1 config Sep 12, 2019
.gitignore gitignore fix Apr 1, 2019
.travis.yml #5581 GIT repository & project share command Jun 27, 2019
LICENSE.md #1180 DBeaver re-license under ASL Feb 1, 2017
README.md Readme patch May 26, 2019
crowdin.yml Update Crowdin configuration file Sep 24, 2018
pom.xml 6.2.1 config Sep 12, 2019

Twitter URL Build Status Codacy Badge Apache 2.0

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 (WMI, MongoDB, Cassandra, Redis).

  • 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 web site 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 default-jre or something similar).
  • If you don't use installer (on Windows or Mac OS X) you may need to download Java (JDK) from OpenJDK web site.

Documentation

Building

Prerequisites:

  1. Java (JDK) 8 or Java 9.
  2. Apache Maven 3+
  3. Internet access

Build

git clone https://github.com/dbeaver/dbeaver.git dbeaver
cd dbeaver
mvn package

Binaries are in product/standalone/target/products

Notes

Contribution: help the Beaver!

Hooray, we have reached 7k 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.

Save wild animals :) Thank you!


文章来源: https://github.com/dbeaver/dbeaver
如有侵权请联系:admin#unsafe.sh