Dbeaver logoUnleash DBeaver Productivity

DateModifiedViewsCategory

DBeaver Community open-source version is lack of some features which available in Eclipse Integrated Environment (IDE). Those features improve productivity of database tool adding extra functionality. Variety of Eclipse plug-ins make IDE powerful and attractive for users. Also, some features might not work as expected in DBeaver. The article describes …

more ...

Dbeaver logoDBeaver/Eclipse "File is out of date" SVN Error

DateModifiedViewsCategory

DBeaver is Eclipse based Integrated Development Environment (IDE). It can be used with varieties of plug-ins. Subversion (SVN) is one of the plug-ins with source control functionality. It is integrated seamlessly with DBeaver, but Eclipse marketplace is supplied with old version of SVN library. It causes File is out of …

more ...

Trino logoApply Trino Configuration Properties in DBeaver Connection

DateModifiedViewsCategory

Trino configuration properties are used to tune Trino or change its behavior when required. Mostly times, those properties are applied in Trino configuration files. It is required a restarting of a Trino cluster to make it in effect in case if customization is needed. There is another flexible option without …

more ...

Dbeaver logoHow to Use DBeaver CE with Git

In spite of some limitations in DBeaver Community Edition (CE) to work with Git, it is not an obstacle in making smooth integration of DBeaver with Git. The issue is DBeaver perspective which does not allow completely viewing of the current status of a project and project files under Git …

more ...

Dbeaver logoInstall DBeaver CE Git Extension

Git version control can be used in DBeaver Community Edition (CE). As DBeaver is Eclipse based Integrated Development Environment (IDE), Eclipse extensions are installed on it. Eclipse Marketplace is a repository of different kinds of extensions. Installation of Git extension follows the same rules as in Eclipse IDE. DBeaver CE …

more ...

Dbeaver logoAdd GitHub Repository to DBeaver CE Secured with SSH Protocol

GitHub is a good addition to DBeaver Community Edition (CE). It allows to store scripts and other files in source control. Even with some limitations in DBeaver CE, GitHub full functionality can be utilized. There are varieties of ways connecting GitHub to DBeaver CE. SSH protocol provides with enhanced security …

more ...

Dbeaver logoCreate SSH Key in DBeaver CE

SSH keys are widely used to secure access to sensitive information. They provide both relatively easy implementation and better security than passwords. Generating of SSH keys can be done with different tools. In some cases, the process is complicated and requests manual interaction. DBeaver Community Edition (CE) utilizes SSH keys …

more ...

Dbeaver logoConnect DBeaver to Trino with HTTPS Protocol

DateModifiedViewsCategory

Communication between Trino and a client can be secured with HTTPS protocol. config.properties Trino setup file located in /etc/trino folder includes the information necessary for establishing a connection to DBeaver. Java Keystore file contains a public key which is required to connect DBeaver to Trino cluster secured with …

more ...