danvergara / dblab

The database client every command line junkie deserves.
MIT License
2.4k stars 63 forks source link

Add support to read ssl connection params from the config file #179

Closed danvergara closed 1 year ago

danvergara commented 1 year ago

Support to read ssl connection params from the config file

Description

I didn't add the ssl conection params support to config file feature, so I did in this PR.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

I ran the test suite.

Checklist:

Arturomtz8 commented 1 year ago

Looks good to me!