lpil / pgo

🐘 Use PostgreSQL databases with PGO
https://hexdocs.pm/gleam_pgo/
Apache License 2.0
123 stars 12 forks source link

Ensure ssl is started before running connection and querying #37

Closed ghivert closed 2 weeks ago

ghivert commented 3 weeks ago

Hi!

Follow-up of a long bugfix on Discord that is finally fixed.

Unless I'm in error, that PR should fix it by ensuring ssl is running.

lpil commented 3 weeks ago

Thanks! Why is this here rather than in pgo?

ghivert commented 3 weeks ago

I've no real reason unless it was logical to me to push the fix here because it's the repo I'm mainly modifying/working with. I'll see if it can easily be pushed in pgo.