eeleer / dbeaver

Free universal database manager and SQL client

Home Page:http://dbeaver.jkiss.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Codacy Badge

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 (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, Oracle, DB2 LUW, Exasol, SQL Server, SQLite, Firebird, H2, HSQLDB, Derby, Teradata, Vertica, Netezza, Informix.

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 installer includes JRE so just use it 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).
  • On MacOS X you may need to download Java (JDK) from Oracle web site. Or use these instructions.

Documentation

WIKI Issue tracker

Building

Prerequisites:

  1. Java (JDK) 1.8+
  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

Help the Beaver!

Hooray, we have reached 3k of stars on GitGub and more than 500k of users! That's really cool, we are glad that you like DBeaver. We receiving lots of tickets with bug reports and feature requests every day - and we going to resolve most of them. In order to be able to continue develop this project and do everything faster and better we decided to create DBeaver Enterprise Edition.

EE version 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.

If you need extra features or you want to support DBeaver - purchase EE version.
Those who read up to this point - you can use community discounts (check our WIKI).

Save wild animals :) Thank you!

DBeaver Team

About

Free universal database manager and SQL client

http://dbeaver.jkiss.org

License:Apache License 2.0


Languages

Language:Java 99.5%Language:C++ 0.5%Language:CSS 0.0%Language:Batchfile 0.0%Language:HTML 0.0%Language:Shell 0.0%