Blog Archives

Beaver on PG Conf.EU.2017

Hey! This week DBeaver participates in PostgreSQL EU conference in Warsaw (October 24-27). Besides PG Conf itself we will be on PG Graphical Tools special meetings.   We (Serge Rider and Andrew Khitrin) will be happy to talk with everyone

Posted in Articles, News

DBeaver on GitHub

Good news for developers and DBeaver community. Those who just need recent DBeaver version please ignore it and proceed to download. Finally DBeaver has moved to GitHub. In the nearest future I’ll describe build procedure and write some other docs

Posted in Articles, News

Cassandra driver

Latest DBeaver version contains driver for Apache Cassandra. Currently it is accessible with Generic driver and JKISS Cassandra JDBC driver. Although Cassandra is not relational database some concepts are similar to regualr databases – metadata browser makes sense and CQL

Posted in Articles

Opening The Sources

Yep, at last DBeaver is going to become an open source product. We belive free and open source is much better than just free. It means that our SVN repositoy will be opened for checkout by anyone. For sure commits

Posted in Articles

How to use DBeaver with “external” database hosting

It happens very often that we do not have direct access to our databases, especially if we are talking about internet hosting. As a rule due to security reasons hosting provider closes all “non-standard” ports (except HTTP, FTP, SSH and

Posted in Articles

Metadata Editor

Finally we have working version of metadata editor. It allows visual edit of primary relational database entities: Tables Columns Unique keys Foreign keys Indexes Generic driver uses SQL-92 DDL to manipulate meta objects. MySQL driver uses MySQL extensions. This is

Posted in Articles

Community Forum

Out community forum just opened in test mode a couple of days ago. Now it tested and works fine. You are welcome, please leave any questions, comments, suggestions, bugreports and feature requests in appropriate forums. We really appreciate any feedbacks.

Posted in Articles

Installer

DBeaver now have the automatic installer! It supports program install, uninstall, plugins selection and latest Java RE update. For now only 32-bit Windows version is available, other versions will be supported in the future.

Posted in Articles