l-v-yonsama / db-notebook

Javascript, SQL creation and execution, Markdown, etc. can be centrally managed in a file format called a notebook.
MIT License
6 stars 0 forks source link

how to use SSL / encryption = required for postgres? #1

Closed devinschumacher closed 3 months ago

devinschumacher commented 3 months ago

how to use SSL / encryption = required for postgres?

l-v-yonsama commented 3 months ago

@devinschumacher In v0.2.7, I added a parameter to enable SSL. Please try it after upgrading.

ssl_setting

devinschumacher commented 3 months ago

@l-v-yonsama perfect! connection works now, thank you!