lpil / pog

🐘 A PostgreSQL database client for Gleam, based on PGO
https://hexdocs.pm/pgo
Apache License 2.0
146 stars 13 forks source link

Ensure ssl is started before running connection and querying #37

Closed ghivert closed 3 months ago

ghivert commented 3 months 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 months ago

Thanks! Why is this here rather than in pgo?

ghivert commented 3 months 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.