pgadmin4
pgadmin4 copied to clipboard
Option to copy postgres:/// URL on right clicking a database,
Describe the solution you'd like
On right clicking a database it should be possible to copy a URL to connect to it, to the clipboard.
There a are different formats for the format, dj_database_url would cover many django users https://pypi.org/project/dj-database-url/
JDBC Would cover java users.
Having some of the popular formats in a right click submenu would make life easier for developers on these platforms.
Describe alternatives you've considered
Currently this is a manual process, and as it's not done very often - involves going and looking at the docs or modifying an existing URL