Updating DB: Edge functions or RPC?
Hi, I wanted to understand what's the best practice for choosing which method to update my database?
Thanks!
- Update database via edge function using supabase client directly
- Have the edge function invoke an RPC, passing in the payload to be updated
Thanks!