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…
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…
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…
Hotfix version has been released. Changes: many general and UI fixes. Improvement of native tools execution (MySQL and Oracle), redesign of stored procedures/views/types/packages edit. Additionally we added social networking features to the site. A few screenshots:
Ahoy! This is the last release of this autumn. Waiting to be downloaded. Changelist: MySQL and Oracle native clients support MySQL full database export/import Resultset filters UI update Drivers management improvements SQL editor fixes and additional formatting General UI and…
DBeaver 1.4.1 is ready for download. Changelist: Oracle Oracle home selection fix TNS_ADMIN environment variable usage fix TNS names are available for Thin driver Data type resolve fix (Timestamp and BigInteger) View/Materialized view search MS SQL: UPDATE statement execution fix…
Minor release 1.3.4 contains several hotfixes to 1.3.2: Oracle XML type support (in some environments XML columns were always NULL) Data export wizard (suport of data filters was added) A few nasty UI bugs Thanks to everyone who sent us…
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…
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…