Problem
Currently my workflow requires me to connect to multiple databases with same credentials. Duplicating a connection copies the password, so changing it later requires updating each connection separately.
Proposed solution
Workflow:
- Create a named credential profile, with the password stored in Keychain.
- Select that profile when creating or editing a connection.
- Update the profile once; all linked connections use the updated credentials on their next connection.
Could follow reusable SSH profiles pattern implemented in #381.
Alternatives considered
No response
Related database type
N/A / General
Problem
Currently my workflow requires me to connect to multiple databases with same credentials. Duplicating a connection copies the password, so changing it later requires updating each connection separately.
Proposed solution
Workflow:
Could follow reusable SSH profiles pattern implemented in #381.
Alternatives considered
No response
Related database type
N/A / General