goose
goose copied to clipboard
Add support for ssl ca-cert for Postgres
I am unable to connect to Postgres Managed database that requires ssl verification
Are you using goose as a library or via the CLI? Can you set the sslmode via the dbstring?
Or are you looking for examples on how to do this in general?
can you give an example using cli, i could not find any examples for the same.
Hi @mfridman, I am also interested in examples of Postgres with SSL using goose as a library. Thank you!