Edit defaults for Url Query Parameters in settings.
- Dominant language
- Python
- Stars
- 485
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm using docker containers in local to manage my databases. So the host is always 127.0.0.1, and the port is random. I've a tool that show me the proper postgresql database url, so I can click on it, and open the database directly in postico.
BUT
When I do that, a new favorite is always created. I know that I can add a create_favorite=false parameter, but the url returned is standard and generated, so I can't update it.
Is it possible to set this parameter to false, or best to let us edit the defaults in the settings?
Thanks!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in the settings UI and the code that generates the standard database URL; inspect how the create_favorite=false parameter is handled. Determine how editable URL defaults could be stored and applied, then verify that opening a generated PostgreSQL URL no longer creates a favorite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, postgresql
- Domain
- databases, desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100