I has a long-running server task. I want to update my db afterwards. It's on the edge.
Should I use TRPC on the edge runtime or prisma or update by supabase db direct? what's the cleanest way to do this. I don't want to do it in my component.
0 Replies