|
|
|
|
|
by creakingstairs
1402 days ago
|
|
You could hook up Prisma (or any other Orm) to Supabase and use their transaction API. Though this will still need to be in server part of NextJS (api routes or getServerSideProps), but would be faster than rolling an entire backend. |
|