clidey / whodb

A lightweight next-gen data explorer - Postgres, MySQL, SQLite, MongoDB, Redis, MariaDB & Elastic Search with Chat interface
https://whodb.clidey.com
GNU General Public License v3.0
1.9k stars 56 forks source link

[FR] Automatically parse database URL when pasting #200

Open zaini opened 1 month ago

zaini commented 1 month ago

When I paste my DB URL like postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public I'd like it to be parsed and autofill the login form:

image

Example packages that do this:

hkdeman commented 1 month ago

Hello! Great suggestion!

We already do this for mongodb and definitely worth adding to Postgres. Adding this to our backlog. Thank you :)

vr-varad commented 1 month ago

hey @hkdeman I would like to work on this issue

hkdeman commented 1 month ago

Hey @vr-varad! That is great to hear. Pull up a PR and we are happy to check it out!