rewiko / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
49 stars 7 forks source link

Typeorm 0.3.0 #13

Open H4ad opened 2 years ago

H4ad commented 2 years ago

What is your opinion about this new version?

It added a lot of features that can be used, but it also breaks a lot of things.

Do you have plans to work on adding support for this new version?

zaro commented 2 years ago

My company is heavy user of this library, and since it's practically abandoned we decided to fork it. I've published today, alpha version with TypeORM 0.3x. support.

You can find the fork here : https://github.com/gid-oss/dataui-nestjs-crud , instructions how to use the 0.3.x version in the Readme.

Cheers.

tarekbazine commented 2 years ago

@zaro this repo is maintained by @rewiko, the "abandoned" one is https://github.com/nestjsx/crud , so I think a PR would be appreciated.