# CloudBeaver **Repository Path**: thinkyoung/CloudBeaver ## Basic Information - **Project Name**: CloudBeaver - **Description**: CloudBeaver 是一个基于 Web 的云数据库管理工具,支持 PostgreSQL、MySQL、MariaDB、SQLite 和 Firebird 等数据库 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: devel - **Homepage**: https://www.oschina.net/p/cloudbeaver - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 38 - **Created**: 2024-02-06 - **Last Updated**: 2024-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/dbeaver/cloudbeaver/blob/devel/LICENSE) license). See out [WIKI](https://github.com/dbeaver/cloudbeaver/wiki) for more details. ![](https://github.com/dbeaver/cloudbeaver/wiki/images/demo_screenshot_1.png) ## Run in Docker - [Official Docker repository](https://hub.docker.com/r/dbeaver/cloudbeaver) - [Running instructions](https://github.com/dbeaver/cloudbeaver/wiki/Run-Docker-Container) ## Demo server You can see live demo of CloudBeaver here: https://demo.cloudbeaver.io [Database access instructions](https://github.com/dbeaver/cloudbeaver/wiki/Demo-Server) ## Changelog ### 23.3.3. 2024-01-22 - Added password policy for the local authorization. Password parameters can be set in the configuration file; - The 'Keep alive' option has been added to the connection settings to keep the connection active even in case of inactivity; - Added ability to display full text for a string data type in value panel; - The DuckDB driver has been added; - Different bug fixes and enhancements have been made. ### 23.3.2. 2024-01-08 - Added the ability to view decoded binary-type data in the Value panel; - Enhanced security for unauthorized access; - Different bug fixes and enhancements have been made. ### Old CloudBeaver releases You can find information about earlier releases on the CloudBeaver wiki https://github.com/dbeaver/cloudbeaver/wiki/Releases.