Replies: 1 comment 5 replies
-
Do you have any links to official statements of the authors that TypeORM won't be maintained anymore? All I could find in this regard is perhaps typeorm/typeorm#3267? The codebase currently has no separation from TypeORM and is tightly coupled to its query builder interface. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TypeORM isn't really being actively maintained or enhanced anymore, and it's facing some serious bugs. Prisma, on the other hand, is gaining popularity rapidly and by now even has more Github Stars than the good ol' TypeORM. I'm considering moving my NestJS Apps to Prisma gradually. One obstacle is my reliance on NestJS Paginate Controllers, which are closely tied to TypeORM. I love this library. However, I'm wondering if it's possible to make this library work with both TypeORM and Prisma. What are your thoughts on adding Prisma support as a secondary option?
Beta Was this translation helpful? Give feedback.
All reactions