danvergara / dblab

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

Add ssl flags #174

Closed danvergara closed 1 year ago

danvergara commented 1 year ago

Add SSL connection flags/query params

Description

When it comes to SSL connection, dblab assumes that you have the default files set in your system (e.g., ~/.postgresql/root.crt) and there's no way to customize this behavior right now.

Fixes #153

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Ran the new feature in my system, QA'ing the app by trying multiple scenarios

Checklist: