vjain143 / 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.0.5 - 2023-05-22

  • We improved the performance of the SQL-editor - as a result, handling scripts with up to 10 000 lines does not present any challenges.
  • Improvements requested by GitHub users are available:
    • the URL-configuration for PostgreSQL now correctly displays only a single database;
    • in the SQL-editor, pressing Tab/Space followed by Enter now causes the cursor to move to a new line;
    • the CE version now offers the updated sqlite-jdbc driver, version 3.41.2.
  • Different bugs have been fixed.

CloudBeaver 23.0.4 - 2023-05-08

  • Improvements based on GitHub user requests have been added:
    • error when running SQL with semicolon has been fixed;
    • option to increase the maximum size of text files displayed in the value panel (using the sqlTextPreviewMaxLength parameter) has been added;
    • support for custom logging configuration has been added. An external configuration file can be used instead of the default configuration.
  • Different bugs have been fixed.

CloudBeaver 23.0.3 - 2023-04-24

  • New grouping panel menu was added in the Data Viewer. This panel extracts unique values from the database column for count. Users can drag and drop the column to the grouping panel and get the results immediately. Sorting, filtering and exporting of the results are available on the Grouping panel.
  • Different bugs have been fixed.

CloudBeaver 23.0.2 - 2023-04-10

  • In the SQL editor, when the cursor goes back on the query, the previous hints are displayed.
  • CloudBeaver has the option to connect to H2 database version 2.
  • The internal CloudBeaver database is upgraded to the newest H2 version 2 to avoid vulnerability issues. The database will be safely upgraded automatically for the servers with default configurations. You can perform this upgrade manually if you have a custom configuration for this database in your infrastructure.
  • Different bugs have been fixed.

CloudBeaver 23.0.1 - 2023-03-27

  • If there is an error in saving the data, the tab for the chosen connection dialog will stay open to allow corrections.
  • Different bugs have been fixed.

CloudBeaver 23.0.0 - 2023-03-06

Changes since 22.3.0

  • Administration menu:
    • the User dialog displays available connections in alphabetical order,
    • the shared project is now selected by default in the Create connection dialog.
  • Connection dialog:
    • users can now add new driver properties with the applied filter in the Driver Properties tab.
  • Data Editor:
    • edit shortcuts are no longer available for read-only tables.
  • SQL editor:
    • fixed a problem with using Chinese characters,
    • keeps focus inside even in case of errors.
  • Added formatting for execution plan for easy reading.
  • "SQL script manager" in Tools menu is renamed to "Display Script".
  • Every enabled user has permissions to log in.
  • Download button is added on a Value panel of Blob and JSON data.
  • The body of packages in Oracle databases now is displayed.
  • Administrators can grant access to all shared connections to the User team by changing one parameter in the configuration file.
  • A lot of 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 71.9%Language:Java 24.4%Language:JavaScript 2.2%Language:SCSS 1.0%Language:CSS 0.2%Language:EJS 0.1%Language:HTML 0.1%Language:Shell 0.1%Language:Batchfile 0.1%Language:Dockerfile 0.0%