I was always for ORM's and have been moving away to just using a query builder instead like Kysely. Not an ORM, but also saves you from writing raw SQL . Answer from Deleted User on reddit.com
🌐
Reddit
reddit.com › r/node › prisma, typeorm, or something else?
r/node on Reddit: Prisma, TypeORM, or something else?
March 16, 2024 -

So, I'm starting a simple Express project, but we intend to eventually grow it, monetize it, and support it for a long time. But this project will also work as a portfolio project.

Should I use Prisma, TypeORM or something else? My guess is that since it's a simple project, it shouldn't matter that much, queries shouldn't be that complex for now at least, so I'd say the main question is, what ORM would improve my cv the most?

🌐
This Dot Labs
thisdot.co › blog › drizzle-orm-a-performant-and-type-safe-alternative-to-prisma
Drizzle ORM: A performant and type-safe alternative to Prisma - This Dot Labs
September 6, 2023 - The first thing that I noticed about Drizzle and really liked is that even though they call it an ‘ORM’ it’s more of a type-safe query builder. It reminds me of a JS query builder library called ‘Knex’ that I used to use years ago. It also feels like the non-futuristic version of EdgeDB which is another technology that I’m pretty excited about, but committing to it still feels like a gamble at this stage in its development. In contrast to Prisma, Drizzle is a ‘thin TypeScript layer on top of SQL’. This by default should make it a better candidate for Lambda’s and other Serverless environments.
Discussions

Which ORM should I choose — Prisma or TypeORM?
Stay away from TypeORM if you value your mental health. We have used it in a large project. After a while the amount of inconsistencies, performance issues, its quirks in syntax/api becomes too annoying. And usually by that point, it’s either a complete rewrite with another ORM or trying to use raw queries here and there. Not fun. Prisma has much better DX in all senses. I would choose Prisma just for its superior documentation (besides all other reasons). More on reddit.com
🌐 r/webdev
81
3
August 18, 2025
Which ORM would you pick, Prisma or Typeorm
Prisma, without doubt, the developer experience is unparalleled in my opinion. More on reddit.com
🌐 r/node
101
67
April 15, 2023
Prisma vs drizzle ORM for production?
Clickbait title. It’s so generic that any answer is correct and incorrect at the same time, thus only inviting bikeshedding More on reddit.com
🌐 r/node
81
47
June 29, 2023
Best ORMs for simple to complex projects ?
🌐 r/nextjs
16
3
June 25, 2023
People also ask

Is Prisma or Drizzle faster in 2026?
With Prisma 7's Rust removal, query performance is comparable for typical web applications. Drizzle has significantly smaller bundle size, which means faster serverless cold starts. For raw query execution, both perform well within acceptable ranges.
🌐
makerkit.dev
makerkit.dev › blog › tutorials › drizzle-vs-prisma
Drizzle vs Prisma ORM in 2026: A Practical Comparison for TypeScript ...
Is Drizzle really better than Prisma?
Neither is objectively better. Drizzle excels in bundle size and SQL control. Prisma excels in developer experience, tooling (Prisma Studio), and documentation. Choose based on your deployment environment and team's SQL comfort level.
🌐
makerkit.dev
makerkit.dev › blog › tutorials › drizzle-vs-prisma
Drizzle vs Prisma ORM in 2026: A Practical Comparison for TypeScript ...
Why is Prisma so popular?
Prisma gained popularity through excellent developer experience: intuitive schema language, Prisma Studio for visual data browsing, comprehensive documentation, and strong TypeScript integration. It lowered the barrier for developers who aren't SQL experts while maintaining type safety.
🌐
makerkit.dev
makerkit.dev › blog › tutorials › drizzle-vs-prisma
Drizzle vs Prisma ORM in 2026: A Practical Comparison for TypeScript ...
🌐
ZenStack
zenstack.dev › blog › prisma-alternative
ZenStack V3: The Perfect Prisma ORM Alternative | ZenStack
November 30, 2025 - Prisma introduced the TypedSQL feature to mitigate this problem. Unfortunately, it only solved half of the problem (having the query results typed), but you still have to write SQL, which is quite a drop in developer experience. ZenStack v3, thanks to the power of Kysely, offers a dual API design. You can continue to use the elegant high-level ORM queries like:
🌐
Product Hunt
producthunt.com › products › prisma › alternatives
Prisma Competitors & Alternatives (2026) | Product Hunt
5 days ago - But the alternatives landscape is broader than “another ORM”: Neon and PlanetScale focus on running and evolving your database safely (serverless economics, connection pooling, and branching-style workflows), Supabase packages Postgres with ...
Rating: 5 ​ - ​ 38 votes
🌐
AlternativeTo
alternativeto.net › software › prisma-graphql-api
Prisma ORM Alternatives - Explore Similar Sites & Apps | AlternativeTo
September 2, 2024 - The best Prisma ORM alternatives are Supabase, Firebase and Strapi. Our crowd-sourced lists contains more than 25 apps similar to Prisma ORM for Self-Hosted, Web-based, SaaS, Linux and more.
🌐
MakerKit
makerkit.dev › blog › tutorials › drizzle-vs-prisma
Drizzle vs Prisma ORM in 2026: A Practical Comparison for TypeScript Developers
January 24, 2026 - After maintaining both ORMs across the MakerKit Drizzle kit and MakerKit Prisma kit — both built on the Next.js Supabase starter architecture — the choice usually comes down to your team's SQL comfort level and deployment environment rather ...
Find elsewhere
🌐
Medium
navanathjadhav.medium.com › prisma-vs-drizzle-vs-typeorm-the-modern-orm-battle-618694d6361c
Prisma vs Drizzle vs TypeORM: The Modern ORM Battle | by Navanath Jadhav | Medium
April 4, 2026 - First, we used TypeORM because it was the default choice in 2022. Then Prisma became all the rage, so we migrated. Now Drizzle was promising to be “the fastest ORM ever” and everyone on Twitter was hyping it up.
🌐
ZenStack
zenstack.dev › blog › orm-2026
Prisma vs Drizzle vs ZenStack: Choosing a TypeScript ORM in 2026 | ZenStack
April 2, 2026 - The main concern is strategic: Prisma the company has increasingly shifted focus toward its hosted products (Prisma Postgres, Prisma Accelerate), and ORM innovation has slowed as a result. Drizzle has grown remarkably fast for a newer tool — evolving from a lightweight alternative into a serious contender, production adoption at scale, and performance numbers that matter for serverless and edge deployments.
🌐
StackShare
stackshare.io › prisma › alternatives
Best Prisma Alternatives in 2025
8,624 stacks1 votes326 followersCompare Prisma vs SQL → ... It is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write. ... Hibernate is a suite of open source projects around domain models. The flagship project is Hibernate ORM, the Object Relational Mapper.
🌐
Prisma
prisma.io › home › typeorm › typeorm › typeorm › typeorm
Prisma ORM vs TypeORM | Prisma Documentation
TypeORM and Prisma ORM operate on different levels of abstraction. TypeORM is closer to mirroring SQL in its API while Prisma Client provides a higher-level abstraction that was carefully designed with the common tasks of application developers in mind.
🌐
Bytebase
bytebase.com › blog › comparison › prisma vs typeorm: the better typescript orm in 2026
Prisma vs TypeORM: The Better TypeScript ORM in 2026 | Bytebase
2 weeks ago - Choose Prisma if you prioritize developer productivity, strong type safety, and a clean, declarative development experience. Its intuitive API and robust tooling make it a great fit for modern applications where rapid development and reliability are key. Opt for TypeORM if you need fine-grained control over SQL, support for a wider range of databases, or prefer working closer to the metal with a flexible ORM.
🌐
Reddit
reddit.com › r/webdev › which orm should i choose — prisma or typeorm?
r/webdev on Reddit: Which ORM should I choose — Prisma or TypeORM?
August 18, 2025 -

I’m building a backend with NestJS + Fastify + Supabase PostgreSQL and I’m trying to decide between Prisma and TypeORM as my ORM.

My main concerns are:

  • Future-proofing (I don’t want to regret the choice later)

  • Performance (good performance that won’t block me as the app grows)

The app is a hybrid of e-commerce + social media, with features like:

  • Auth: Sign up, Sign in

  • Social: Followers, Following, Posts, Likes, Trending

  • E-commerce: Sell, Buy, Orders, Cart, Wallet, Earnings

  • Messaging: Chat

  • Profile Features: My Posts, Library, Settings, Notifications, Requests

Which ORM would you recommend for this stack and why?

🌐
Reddit
reddit.com › r/node › which orm would you pick, prisma or typeorm
r/node on Reddit: Which ORM would you pick, Prisma or Typeorm
April 15, 2023 -

I know each has its strengths and drawbacks, I needed a type safe ORM that I can use with typescript and I ended up with these two. Has someone worked with both? What is the most featured in terms of queries, migrations, seeding, etc? Which provides better programming experience?

🌐
PCStacks
pcstacks.com › home › technology › tools similar to prisma for orm and database query abstraction
Tools Similar to Prisma for ORM and Database Query Abstraction
March 31, 2026 - Alternatives like TypeORM, Sequelize, MikroORM, Drizzle, and Objection.js offer different strengths in flexibility, performance, and database support. Choosing the right tool depends on your tech stack, ...
🌐
TheDataGuy
thedataguy.pro › writing › 2025 › 12 › nodejs-orm-comparison-2025
Node.js ORMs in 2025: Choosing Between Prisma, Drizzle, TypeORM, and Beyond | TheDataGuy
December 21, 2025 - Prisma: PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB · Drizzle: PostgreSQL, MySQL, SQLite (including Cloudflare D1, Turso) TypeORM: The widest support, including Oracle, SAP HANA, and other enterprise databases ...
🌐
LogRocket
blog.logrocket.com › home › prisma orm adoption guide: overview, examples, and alternatives
Prisma ORM adoption guide: Overview, examples, and alternatives - LogRocket Blog
June 4, 2024 - Prisma is an ORM for Node.js and Typescript that serves as an alternative to writing plain SQL or using other database access tools, such as Knex or Sequelize.
🌐
Better Stack
betterstack.com › community › guides › scaling-nodejs › drizzle-vs-prisma
Drizzle vs Prisma: Choosing the Right TypeScript ORM | Better Stack Community
March 27, 2025 - Drizzle vs. Prisma: a quick comparison ... The TypeScript ecosystem is growing fast; with it comes better, safer alternatives to old-school JavaScript ORMs. Two of the top options right now are Prisma and Drizzle.
🌐
Libhunt
nodejs.libhunt.com › prisma-alternatives
Prisma Alternatives - Database - Awesome Node.js - LibHunt
June 24, 2026 - Prisma replaces traditional ORMs and simplifies database workflows: Access: Type-safe database access with the auto-generated Prisma client (in JavaScript, TypeScript, Go) Migrate: Declarative data modelling and migrations (optional) Manage: Visual data management with Prisma Admin It is used to build GraphQL, REST, gRPC APIs and a lot more. Prisma currently supports MySQL, PostgreSQL, MongoDB. ... Based on the "Database" category. Alternatively...
🌐
Medium
medium.com › @shariq.ahmed525 › popular-orms-and-their-difference-prisma-typeorm-and-sequelize-564a83575eea
Popular ORMs and Their Difference: Prisma, TypeORM, and Sequelize | by Shariq Ahmed | Medium
January 18, 2024 - Sure, you can use SQL for this, but why use SQL when there are ORMs available to simplify the entire process? Today, I’ll cover three ORMs: TypeORM, Prisma, and Sequelize.