vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
5.79k stars 1.19k forks source link

Is there a fork of this repo that uses popular ORMs like prisma or drizzle ? #286

Open hrsikeisa opened 5 months ago

hrsikeisa commented 5 months ago

I really appreciate this repo. But I don't get why the authors decided that having a bare SQL schema would be good idea, considering your average developer wouldn't want to be anywhere near sql for sake of DX.

alfredomariamilano commented 4 months ago

Because it's a starter template to use with Supabase, not with other backends/databases...

ardiansyaherwin commented 3 months ago

@hrsikeisa hi, do you manage to setup Drizzle on this boilerplate?

codergigachad commented 1 month ago

This is a great repo trust me, ORMs don't actually support all the features of Supabase like AI, Storage, Auth etc. So it's better to use supabase/ssr package directly instead of anything else.