(no title)
jonasb | 2 years ago
If I need to do more than one query to the database in series, my intuition is that it would be faster to make those calls in the same region as the database, rather than at the edge. It seems to be true using Vercel's playground[1] (towards Supabase).
Any guidance for Supabase based apps? Is it possible to run my functions close to the database?
kiwicopple|2 years ago
Supabase has auto-generated APIs (using PostgREST), so you can execute a Postgres Functions like this: