Title
p

Patrick

01/19/2021, 9:19 AM
Are there any benchmarks for prisma to compare to typeorm and/or mikro-orm?
n

nikolasburk

01/19/2021, 9:23 AM
Hey Patrick 👋 I'm not aware of any benchmarks that compare Prisma with other ORMs yet. However, we've had a few users move from TypeORM and MikroORM to Prisma (e.g. this one) and so far I haven't heard any complaints. 🙂 Regarding benchmarks, are you interested in any specific scenarios or just a "general" performance comparison?
p

Patrick

01/19/2021, 9:28 AM
Well, I am not looking back to TypeORM after migrating to mikro-orm. I really liked the performance increase of mikro-orm over typeorm as I want my tools to be as lightweight as possible. Currently eyeing on prisma as it looks very promising but couldnt find anything about performance benchmarks to have a comparison and first impression of the weight and overhead this tool might bring to my projects.