You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just discovered this project and I love Elixir and Supabase, I appreciate the effort made to make them work together.
What is the chosen strategy concerning migrations?
There are multiple ways to set up the interaction between those two, and it can be hard to know if what I have in mind is actually what this library is intended for. Some questions that come to mind:
If I manage migrations with Supabase, would Ecto be able to keep up/generate updated schema?
If I manage migrations with Ecto, should I generate RLS policies?
Would my ecto queries use the authenticated or the postgres user?
...
Can you make it clear what is the proposed/preferred way?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Just discovered this project and I love Elixir and Supabase, I appreciate the effort made to make them work together.
What is the chosen strategy concerning migrations?
There are multiple ways to set up the interaction between those two, and it can be hard to know if what I have in mind is actually what this library is intended for. Some questions that come to mind:
If I manage migrations with Supabase, would Ecto be able to keep up/generate updated schema?
If I manage migrations with Ecto, should I generate RLS policies?
Would my ecto queries use the
authenticated
or thepostgres
user?...
Can you make it clear what is the proposed/preferred way?
Thanks
The text was updated successfully, but these errors were encountered: