Skip to content

misraX/dbeaver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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:https://dbeaver.jkiss.org for more information.
  • Thanks for using DBeaver! Star if you like it.

About

Free universal database manager and SQL client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • C++ 0.5%
  • XSLT 0.1%
  • CSS 0.0%
  • HTML 0.0%
  • Batchfile 0.0%