All Projects → dbeaver → Dbeaver

dbeaver / Dbeaver

Licence: apache-2.0
Free universal database tool and SQL client

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language
CSS
56736 projects
HTML
75241 projects
XSLT
1337 projects

Projects that are alternatives of or similar to Dbeaver

Linq2db
Linq to database provider.
Stars: ✭ 2,211 (-90.69%)
Mutual labels:  oracle, sql, database, mysql, postgresql, sqlite, db2
E Commerce Db
Database schema for e-commerce (webstores) sites.
Stars: ✭ 245 (-98.97%)
Mutual labels:  oracle, sql, mysql, postgresql, sqlite, db2
Kangaroo
SQL client and admin tool for popular databases
Stars: ✭ 127 (-99.47%)
Mutual labels:  oracle, sql, database, mysql, postgresql, sqlite
Jooq
jOOQ is the best way to write SQL in Java
Stars: ✭ 4,695 (-80.23%)
Mutual labels:  oracle, sql, database, mysql, postgresql, db2
Eosio sql plugin
EOSIO sql database plugin
Stars: ✭ 21 (-99.91%)
Mutual labels:  oracle, sql, mysql, postgresql, sqlite, db2
Liquibase
Main Liquibase Source
Stars: ✭ 2,910 (-87.75%)
Mutual labels:  oracle, sql, database, mysql, db2
Typeorm
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Stars: ✭ 26,559 (+11.82%)
Mutual labels:  oracle, database, mysql, postgresql, sqlite
Dbshield
Database firewall written in Go
Stars: ✭ 620 (-97.39%)
Mutual labels:  oracle, database, mysql, postgresql, db2
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (-88.08%)
Mutual labels:  sql, database, mysql, postgresql, sqlite
Smartsql
SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
Stars: ✭ 775 (-96.74%)
Mutual labels:  oracle, sql, mysql, postgresql, sqlite
Ebean
Ebean ORM
Stars: ✭ 1,172 (-95.07%)
Mutual labels:  oracle, sql, database, mysql, sqlite
Fluentmigrator
Fluent migrations framework for .NET
Stars: ✭ 2,636 (-88.9%)
Mutual labels:  oracle, sql, database, mysql, db2
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (-44.47%)
Mutual labels:  oracle, database, mysql, postgresql, sqlite
Sqlcheck
Automatically identify anti-patterns in SQL queries
Stars: ✭ 2,062 (-91.32%)
Mutual labels:  oracle, sql, database, mysql, postgresql
Sqlfiddle3
New version based on vert.x and docker
Stars: ✭ 242 (-98.98%)
Mutual labels:  oracle, sql, database, mysql, postgresql
Symmetric Ds
SymmetricDS is a database and file synchronization solution that is platform-independent, web-enabled, and database agnostic. SymmetricDS was built to make data replication across two to tens of thousands of databases and file systems fast, easy and resilient. We specialize in near real time, bi-directional data replication across large node networks over the WAN or LAN.
Stars: ✭ 450 (-98.11%)
Mutual labels:  oracle, database, mysql, postgresql, db2
Qtl
A friendly and lightweight C++ database library for MySQL, PostgreSQL, SQLite and ODBC.
Stars: ✭ 92 (-99.61%)
Mutual labels:  sql, database, mysql, postgresql, sqlite
Nut
Advanced, Powerful and easy to use ORM for Qt
Stars: ✭ 181 (-99.24%)
Mutual labels:  sql, database, mysql, postgresql, sqlite
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (-99.57%)
Mutual labels:  oracle, database, mysql, postgresql, db2
Rom Sql
SQL support for rom-rb
Stars: ✭ 169 (-99.29%)
Mutual labels:  oracle, sql, mysql, postgresql, sqlite

Twitter URL Build Status Codacy Badge Apache 2.0 Java CI

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). Commercial versions also support non-JDBC datasources such as MongoDB, Cassandra, Couchbase, Redis, BigTable, DynamoDB, etc. You can find the list of all databases supported in commercial versions here.

  • 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 website or directly from GitHub releases.
You can also download Early Access version. We publish it 1-2 times per week.

Running

Just run an installer (or unzip an archive) and run dbeaver.

Note: DBeaver needs Java to run. Open JDK 11 is included in all DBeaver distributions. (since version 7.3.1).
You can change default JDK version by replacing directory jre in dbeaver installation folder.

Documentation

Building

Prerequisites:

  1. Java (JDK) 11 or later (AdoptOpenJDK 11 is our default Java at the moment).
  2. Apache Maven 3.6+
  3. Internet access
  4. Git client

Build

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

Binaries are in product/community/target/products

Notes

Contribution: help the Beaver!

Hooray, we have reached 20k 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 one of our commercial versions. They include NoSQL databases support, additional extensions, and official online support. Also, licensed users have priorities in bug fixes and new features development.

Thank you!


DBeaver is a desktop client.
If you are looking for a web-based database management tool - check our new product: CloudBeaver.
It is based on DBeaver platform and thus supports any database and most of DBeaver features.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].