nestjsx / crud

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

Could I have a friendly link to my CRUD library that supports MikroORM in README.md? #711

Closed Char2sGu closed 3 years ago

Char2sGu commented 3 years ago

Hello there

I am a big fan of this library and have used it for a long time before. But later I replaced TypeORM with MikroORM, and found that there is no support for MikroORM currently, and there are also some other people looking for CRUD support for MikroORM, so I developed nest-mikro-crud, which is a high qualify CRUD library designed for MikroORM only, so I think, if possible, may I have a link to nest-mikro-crud in README.md? Just something like: "MikroORM support is still in preparation, but you could take a look at nest-mikro-crud first." Thanks.