ixartz / SaaS-Boilerplate

🚀🎉📚 SaaS Boilerplate built with Next.js + Tailwind CSS + Shadcn UI + TypeScript. ⚡️ Full-stack React application with Auth, Multi-tenancy, Roles & Permissions, i18n, Landing Page, DB, Logging, Testing
https://react-saas.com/
MIT License
4.11k stars 577 forks source link

Why Drizzle ORM and not Prisma DRM? (need support for MongoDB) #35

Closed avibathula closed 2 months ago

avibathula commented 2 months ago

Hi - what is the reasoning behind the architecture design choice of picking Drizzle ORM instead of Prisma DRM?

I need to use MongoDB for my use case and from Drizzle ORM doesn't support no-SQL.

Regards, -Avi

ixartz commented 2 months ago

Hi, here is why the project choose Drizzle ORM instead of Prisma: Schema in TypeScript No DB client to generate Programmatic migrate function Config file.