machbase / 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 http://dbeaver.jkiss.org/download/
History and release notes: https://github.com/serge-rider/dbeaver/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: https://github.com/serge-rider/dbeaver/wiki
Issue tracker: https://github.com/serge-rider/dbeaver/issues

Building

Prerequisites:

  1. Java (JDK) 1.8+
  2. Apache Maven 3+
  3. Internet access

Build

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

Binaries are in product/standalone/target/products

Notes

  • DBeaver is a free non-profitable hobby project. Please don't expect immediate reaction on issues.
  • If you have any questions, suggestions, ideas, etc - write me.
  • Pull requests are welcome.
  • Visit http://dbeaver.jkiss.org for more information.
  • Thanks for using DBeaver! Star if you like it.

About

Free universal database manager and SQL client

http://dbeaver.jkiss.org

License:Apache License 2.0


Languages

Language:Java 99.4%Language:C++ 0.5%Language:XSLT 0.1%Language:CSS 0.0%Language:HTML 0.0%Language:Batchfile 0.0%Language:Shell 0.0%