-
Notifications
You must be signed in to change notification settings - Fork 516
Access to an existing database connection with a link
dbeaver-devops edited this page Sep 15, 2025
·
6 revisions
You can open the SQL Editor with an existing connection via an external link.
All you need is to know one of these parameters:
| Parameter | Description | URL example |
|---|---|---|
| id | Connection ID | http://{serverURL}/open?id=postgres-jdbc-00000000000-00000000000000000 |
| name | Connection name | http://{serverURL}/open?name=RandomName@localhost |
| url | Connection URL | http://{serverURL}/open?url=jdbc:postgresql://localhost:5432/randomdb |
To find these parameters open the connection Info in the Metadata Editor.


- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
-
AI Smart assistance
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development