Monthly Archives: May 2011

DBeaver 1.2.0

DBeaver 1.2.0 major release is ready! We made a lot of tests during last weeks and it looks quite stable. Brief (very brief) changelist: Metadata editor. Supports visual edit of: Tables Columns Unique keys Foreign keys Indexes Views (MySQL) Undo/redo

Posted in Releases

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