sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.51k stars 526 forks source link

Feature request: add server from connection string #716

Open CrowdSalat opened 1 year ago

CrowdSalat commented 1 year ago

It would be nice if you could add a new server to sqlectron by pasting an existing connection string. Maybe URI field could be repurposed for that.

An example for a connection string: postgresql://USER:PASSWORD@HOST:PORT/DATABASE_NAME?sslmode=verify-full&options=--cluster%3Dclustername