TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Manifesto from Prisma on next steps with the ORM

8 pointsby gniting6 months ago

2 comments

satvikpendem6 months ago
Moving from Rust to TypeScript? Didn't they move from TypeScript to Rust in the first place due to performance issues, that they still haven't fully ameliorated even with Rust?
评论 #42300296 未加载
pier256 months ago
If Prisma had focused on a single database (probably Postgres) or a single paradigm (probably SQL) it would have been a better product.<p>They have to abstract multiple db paradigms into an API that works for many use cases but doesn&#x27;t get you all the way there. Eg: Last time I checked they didn&#x27;t support listen&#x2F;notify on Postgres.<p>Also overall performance has been lacking which I suspect is also a symptom of trying to support too many dbs. They recently released v6 and made claims of performance improvements but afaik offer no data to back up these claims [1]. It&#x27;s all very &quot;trust me bro it&#x27;s faster&quot;.<p>Drizzle still hasn&#x27;t reached 1.0 but they created a much better ORM in a fraction of the time (and probably budget).<p>[1] <a href="https:&#x2F;&#x2F;www.prisma.io&#x2F;blog&#x2F;prisma-6-better-performance-more-flexibility-and-type-safe-sql" rel="nofollow">https:&#x2F;&#x2F;www.prisma.io&#x2F;blog&#x2F;prisma-6-better-performance-more-...</a>
评论 #42300592 未加载