Is this project dead?
See original GitHub issue[x] question [ ] bug report [ ] feature request [ ] documentation issue
Database system/driver:
[ ] cordova
[ ] mongodb
[ ] mssql
[x] mysql
/ mariadb
[ ] oracle
[ ] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x
(or put your version here)
Steps to reproduce or a small repository showing the problem:
I am having a lot of problems with TypeORM
in production, some of them was resolved in @next or planning to be resolved soon.
My question: when is soon? I do not see any progress on this project, last release was months ago and the @next version is so alpha, breaking and undocumented I cannot use anywhere without to be certain of some kind of support.
Nested where, soft deletes, alias naming conflicting on a large join, the ‘ORM’ part is a lot weaker when you need to query, so I need to do lots of queries with QueryBuilder.
I have a bunch of another problems to list that seems to be at least a bit better in other versions or plans of this ORM.
It’s sad for me, using in production with this problems, and still TypeORM does work fine with NestJS.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:10
- Comments:8 (3 by maintainers)
Top GitHub Comments
@pleerock thanks for explanation. Unfortunately such level of support doesn’t allow to use typeorm in production and i will look to alternative solution. mikro-orm looks not bad.
its completely up to you guys, make sure you objectively measured all pros and cons of each decision 😃