drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
23.32k stars 570 forks source link

[FEATURE]: solution for running Supabase on Vercel Edge functions #1983

Open thecmdrunner opened 6 months ago

thecmdrunner commented 6 months ago

Describe what you want

Supabase setup currently uses postgres.js which doesn't work on Vercel Edge functions.

Solution:

(Need to add this to the docs)

Use @vercel/postgres package to connect to Supabase db - as recommended in their Official Supabase X T3 Turbo Template

AlejandroSanchez90 commented 1 month ago

this is a workaround, but makes supabase queries really slow