dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 192 forks source link

Adding Registered Connections (DSN) #500

Open kiran94 opened 3 years ago

kiran94 commented 3 years ago

pgcli has the ability to register DSN's within configuration file. See alias_dsn in docs and then those can be accessed via the --list-dsn and --dsn options.

It would useful to have this feature in this tool also.

Apologies if I've missed it.

Thanks