nestjsx / crud

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

Mongoose support please #262

Open wxs77577 opened 5 years ago

wxs77577 commented 5 years ago

Could you please support mongoose model? I can see that there are some issues about it but no one can tell us the progress.

Darkein commented 5 years ago

as workaround If you need mongodb support, you can convert your models to Typeorm models which support mongodb

wxs77577 commented 5 years ago

Sorry but typeorm is not good enough for mongodb, we need to use typegoose

wxs77577 commented 5 years ago

I've created a package to support mongoose

https://github.com/topfullstack/nestjs-crud-mongoose

ghost commented 5 years ago

@wxs77577 Can you pls. post the link to your full example?

wxs77577 commented 5 years ago

Another package for mongoose crud WITHOUT nestjsx/crud:

https://github.com/topfullstack/nestjs-mongoose-crud

michaelyali commented 4 years ago

https://github.com/nestjsx/crud/pull/332

juandav commented 4 years ago

I've created a package to support mongoose

https://github.com/topfullstack/nestjs-crud-mongoose

I have implemented it here https://github.com/juandav/prospec-api