-
Notifications
You must be signed in to change notification settings - Fork 8
Support NestJS 9 & Typorm 0.3.x #43
Comments
Hi, |
Hello guys, Any update on this? Thanks a lot! |
I am working on new version. But I think it will be version with breaking changes. |
I'm fine with that. On my side I'm trying to launch a new project based on NestJS 9 and using this library to make a quick JSON API compatible endpoint but I'm currently stuck. @mtdewulf I tried to use the fork you did but without success. Did it worked for you? |
@backnight, I ended up abandoning the fork. For my project, I went a different direction. |
@mtdewulf I'm in the same situation as @backnight, can you give some more details? |
@alifey, I was working on a NestJS / TypeORM backend for a React Admin Data Provider. Using a JSON API Data Provider was one option to solve that, but I ended up implementing the backend for their Simple REST Data Provider. |
@mtdewulf, thanks for the explanation. |
@alifey @mtdewulf I have publish new version with support typeorm 3.x.x and NestJS 9.x.x |
TypeORM 0.3.x has some improvements, and unfortunately some breaking changes. The latest version of
nestjs/typeorm
now supports (requires) TypeORM 0.3.x. Bottom line: if you want to use NestJS 9, you need to use TypeORM 0.3.x.I've made a fork that addresses the above issue. However, there is one main problem with it at this point: typeorm-seeding does not yet support 0.3.x, and so I've had to remove the seed loading command from this branch.
Bottom line, this isn't a big change, but it isn't backward compatible -- and not all dependencies to this repo have been upgraded, yet. I'm wondering, what are the maintainers' plans for handling this upgrade?
The text was updated successfully, but these errors were encountered: