Running supabase link using 2.61.2 (latest as of writing this issue) fails to connect to postgres with error: Connecting to remote database... failed to connect to postgres: failed to connect to ...
I am trying to migrate my codebase, which is using postgres.js, to use this package instead. However, I am having difficulties setting the SSL mode. I don't see any reference to that in the pool class ...