kpfromer / nestjs-typegoose

Typegoose with NestJS
https://kpfromer.github.io/nestjs-typegoose/
MIT License
291 stars 71 forks source link

Using the same models in InjectModel #479

Open rmvillasista opened 2 years ago

rmvillasista commented 2 years ago

How can we do, for instance, we have the same model collection with different connections but we will use it on the same service?

GrapeoffJS commented 2 years ago

I created a fresh nest wrapper for typegoose. Look for that in my profile.