scalar-labs / cloudbeaver

Cloud Database Manager

Home Page:https://cloudbeaver.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Cloud Database Manager

https://cloudbeaver.io

License:Apache License 2.0


Languages

Language:TypeScript 68.8%Language:Java 25.9%Language:JavaScript 2.4%Language:CSS 1.7%Language:SCSS 0.9%Language:EJS 0.1%Language:HTML 0.1%Language:Shell 0.1%Language:Batchfile 0.1%Language:Dockerfile 0.0%