Skip to content

dbeaver/cloudbeaver

devel
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

CloudBeaver Community

Cloud Database Manager - Community Edition.
CloudBeaver is a web server which provides rich web interface. Server itself is a Java application, web part is written on TypeScript and React.
It is free to use and open-source (licensed under Apache 2 license).
See out WIKI for more details.

Run in Docker

Demo server

You can see live demo of CloudBeaver here: https://demo.cloudbeaver.io

Database access instructions

Changelog

CloudBeaver 23.2.2 - 2023-10-09

  • The 'Save credentials' checkbox has been removed from a template creating form as credentials are not stored in templates;
  • Different bug fixes and enhancements have been made.

CloudBeaver 23.2.1 - 2023-09-25

  • The Output tab has been implemented, which includes warnings, info and notices generated by the database when executing user queries;
  • Scrollbars have been made theme-independent, resolving interface issues with light theme;
  • Fixed an issue in the SQL editor where it was not possible to switch the active schema when working with Oracle databases;
  • Different bug fixes and enhancements have been made.

23.2.0 - 2023-09-04

  • Performance:
    • Pagination has been added to the Navigation tree and metadata viewer, allowing working with more than 1000 database items;
  • Access Management:
    • Access permissions can be specified for pre-configured connections via the configuration file;
    • Reverse Proxy authentication now includes the option to provide users' First name and Last name;
  • Authorization:
    • The SSL option is now available for establishing connections in MySQL, PostgreSQL, Clickhouse;
  • Connections:
    • Connections are consistently displayed now when they are pre-configured into the workspace in the Global Configuration json file
  • Navigation tree:
    • The filters for the Navigation tree now allow hiding and showing schemas within the interface.
    • The search request considers file names and excludes the .sql file extension for now;
  • Data Editor:
    • The ability to rearrange columns in the Data Editor has been added;
    • The ability to use custom functions in the Grouping panel has been added;
  • Administration:
    • New Settings panel displays the product configuration settings such as Minimum fetch size, Maximum fetch size, and Default fetch size from the Data Editor;
    • "Connection Management" tab has been renamed to "Connection Templates" - now only connection templates are displayed;
  • SQL Editor:
    • Users can simultaneously edit resources for now, allowing them to work together;
    • Support for displaying tables with nested arrays of objects has been added;
    • The ability to compress export files allowed to increase in download speed, especially for larger files;
    • UX in the search bar has been improved - users can delete a query or request by clicking on the cross icon;
  • Driver management:
    • Custom settings have been added to the interface for the following dialogue connections: SQLite, DB2, SQL Server, MySQL, Oracle and PostgreSQL;
    • Trino driver has been updated;
  • Security:
    • Password autofill functionality was removed;
    • The "eye" icon for password fields has been removed - the passwords entered into fields will not be displayed in the interface for now;
  • Many small bug fixes, enhancements, and improvements have been made

Old CloudBeaver releases

You can find information about earlier releases on the CloudBeaver wiki https://github.com/dbeaver/cloudbeaver/wiki/Releases.