Chase Granberry
Chase Granberry
It's going to be slower for an Elixir app to go through PostgREST all the time vs a native Postgres connection.
It would be v nice to have the [RLS context set](https://github.com/supabase/realtime/blob/main/lib/realtime/tenants/authorization.ex#L117-L129) for you on all Ecto queries tho. This way if you use a Supabase HTTP API or direct connections...
Thanks @GaryAustin1. I would think our client does this automatically as the Phoenix client does this. We'll take a closer look.
In progress #375 ... need to update the client too, but should be solved here now.
Seems to be an error thrown by a library we are not using anymore. Can you try the latest version?
Inspector is now compatible with private Channels and messages.
For sure. I think it really depends on how the client handles things though. Do they recreate the prepared statement on a connection if it doesn't exist? How do they...
Very helpful! Thank you!
[Another ref](https://github.com/postgresml/pgcat/pull/474)
Done, and deployed to production!!