bangbang93 / mongoose-typescript

Build mongoose schema with typescript and decorator
https://www.npmjs.com/package/mongoose-typescript
14 stars 2 forks source link

Document comparison of `mongoose-typescript` and `typegoose` #13

Open jacobjove opened 2 years ago

jacobjove commented 2 years ago

Hi @bangbang93, it would be great to have a comparison of this library and typegoose, since they seem to have the same purpose. I saw that you originally made this repo because typegoose maintainers weren't responsive about something that you needed to be fixed/implemented. At this point, is there something that mongoose-typescript does differently/better than typegoose?

Thanks!

bangbang93 commented 2 years ago

I think there is not too much difference. In fact, I had started this project because typegoose has stopped maintaining for some while. For now, I'm using this project for all my personal projects.