Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 568 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 568 Bytes

DBeaver

Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MongoDB, etc.

Building

Prerequisites:

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

Build

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

You can find binaries in product/standalone/target/products

Notes

Just moved to GitHub. Visit http://dbeaver.jkiss.org for more information.