Team Edition Documentation
- Introduction to Team Edition
- Web client
- First steps and basics
- How to import license
- Application window overview
- Desktop client
- Architecture
Deployment
Configuration
- Initial server configuration
- How to migrate to Team edition
- Domain manager
- Server administration
- Server management
- Pre configured permissions for connections
- Query manager database configuration
Administration
- Access Management
- Authentication methods
Admin preferences and tools
Web user guide
Configure connection
- Create Connection
- Network configuration settings
- Connection Templates Management
- Drivers Management
- Cloud databases configuration
- User creation
- User credentials storage
Editors
- Data editor
- SQL Editor
- Data import and export
- Datasets in Team Edition
- Resource Manager
- Entity Diagrams
User interface
Integrated tools
Desktop user guide
Configure connection
- Guide to creating database connections
- Disconnecting from database
- Editing database connection
- Invalidating and reconnecting to database
- Local client configuration
- Connection types
- Multiple datasource connections
- Configure connection initialization settings
- Network configuration settings
- Databases authentication models
- Cloud databases configuration
- Driver settings
Databases support
- Classic
- Cloud
- Embedded
- Database Navigator panel
- Editors
- Editors overview
- Data Editor tools
- SQL Editor tools
- Entity Relation Diagrams
- Properties Editor
- SQL Code Editor
- Dashboards
- Work with transactions
- Query Manager
- Data import/export and operations
- Schema compare
- Search
- Tasks
- Integrated tools
- User interface
- Keyboard shortcuts
- Certificate management
- Configuration files
Access to an existing database connection with a link
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.