dbeaver / dbeaver

Free universal database tool and SQL client
https://dbeaver.io
Apache License 2.0
40.4k stars 3.48k forks source link

Supply "Connection Type" as parameter when starting using command line. #22358

Open RickSaavedra opened 10 months ago

RickSaavedra commented 10 months ago

Is your feature request related to a problem? Please describe. We need to identify the connection being opened via command line via the colors assigned to different connection types. This would allow quick identification especially when connection is of production type.

Describe the solution you'd like Allow connection type (i.e., Production, QA, Test, Development) to be supplied on command line parameters when starting dbeaver via command line and supplying connection.

Describe alternatives you've considered N/A

Additional context N/A

LonwoLonwo commented 9 months ago

Hello @RickSaavedra

So, do you want to use this parameter for new connections or for existing ones? Or both?

RickSaavedra commented 9 months ago

Hi @LonwoLonwo , thanks for responding. I think for both new and existing type of connections would be ideal. Thank you.