Nice write up.
I'm curious as to the role C# plays in this as it seems you could have done all CRUD operations with Svelte using the Supabase JS client
c
cp
08/25/2021, 5:49 AM
That is true. Although the main point of the write up was to show some new .NET goodies, hence doing it all in C#. 🙂
cp
08/25/2021, 5:59 AM
I think for the one CRUD operation i would have needed to create a view as I've read that postgrest does not support such a nested filter.