crud
crud copied to clipboard
NestJs CRUD for RESTful APIs
Due to upstream repo inactivity, I had to fork it to release fixes. - [x] typeorm - fixed cache - do not use cache when updating resources. Upstream PR https://github.com/nestjsx/crud/pull/688...
Currently this library support nestjs 7 as listed in `package.json`, although it supports version 8 without any problems. But, it might be better to create a new major version of...
The other crud package is probably abandoned. Will this fork be actively managed?
First of all thanks for this fork! It fixes a number of crucial issues #18 fixes some mysql issues, but introduces [an issue for requests with manyToOne and manyToMany joins](https://orkhan.gitbook.io/typeorm/docs/select-query-builder#adding-limit-expression)....
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...
It misses custom operators documentation. Where could we add it ?
we should have an error message if the custom operator does not start with `$`
it's not possible to add a custom operator with an empty value, It should be possible
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@rewiko/[email protected]` for the project I'm working on. **Issue:** `@rewiko/crud-typeorm` generates this query (and...