upload current sources
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-14 07:02:02 +00:00
commit cd78becb97
35 changed files with 1283 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# CloudBeaver
CloudBeaver is a web-based database management platform that provides a rich web interface for working with databases directly from your browser.
## Features
- **Multi-Database Support**: Works with PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, DB2, SQLite, Firebird, and many more
- **Web-Based Interface**: No desktop client needed - access from any modern web browser
- **Connection Management**: Easily manage multiple database connections
- **SQL Editor**: Full-featured SQL editor with syntax highlighting and autocomplete
- **Data Visualization**: View and edit data in intuitive table views
- **Query History**: Keep track of all your executed queries
- **User Management**: Multi-user support with role-based access control
- **Import/Export**: Import and export data in various formats
## Getting Started
After installation:
1. Access CloudBeaver at the configured port (default: **8978**)
2. Default credentials: **admin** / **admin**
3. Change the default password on first login
4. Create database connections to start managing your databases
## Connecting to Host Databases
To connect to databases running on your host machine, use **`host.docker.internal`** as the hostname in your connection settings.

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB