Support
complete
C
Codebird
Hi,
Did you observe noticeable performance difference between the Prisma and Drizzle versions?
Support
Codebird To be honest, not really.
A
Alexandru Stefanescu
Prisma is too slow compared to Drizzle so amazing decision to implement it
Daniel Skov Jacobsen
Alexandru Stefanescu In my experience there isn't any noticeable difference. Both are fast and great ORM's and ultimately the choice depends on what you like and maybe based off the choice if you are hosting on a full serverless environment or not.
99,9% of developers will never be able to tell the difference in performance of the. "Slow databases" are most often caused by Over-fetching data, Missing Indexes, Not caching repeated queries, Performing full table scans, Long-running transactions and so on. These (mistakes) will slow down your app no matter what ORM you choose.
Support
in progress
Victor Smith
Yes Please. I hate Prisma.
John Philip Morgan
Yes please!
Support
planned
Support
Hello Matías,
Thank you for the suggestion! Even if Prisma is 7x more popular than Drizzle https://npmtrends.com/drizzle-orm-vs-kysely-vs-prisma you are not the first to ask about it.
We will provide a Drizzle version. Things to avoid is the strategy pattern which you would use in this situation. I don't want you to have two different ORMs in the same project, but rather would offer simply two projects: One with Drizzle and one with Prisma.
Support
The plan is to provide separate solutions.
achromatic-pro-next-drizzle
achromatic-pro-next-prisma
Timeline is after MFA and billing extensions.