microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
398 stars 50 forks source link

[Request] Create Profiles via Connection Strings #60

Open reaperdtme opened 4 years ago

reaperdtme commented 4 years ago
postgres://username:pass@host:port/database

please and thank you

ctxnop commented 4 years ago

I also need it. It should support any connection string that is handled by the libpq which include the key/value format ("host=localhost user=myuser") and unix socket.