Was reading Fly Postgres — Fly Postgres v0.3.4 and came across:
It is safe to use
MyApp.Repo.Local
because on Fly.io, migrations are run in the primary region that already has direct access to the writable database.
I’m having trouble finding a source/docs for this. Is this a public guarantee?