nest-mongodb icon indicating copy to clipboard operation
nest-mongodb copied to clipboard

MongoDB driver module for NestJS

Results 3 nest-mongodb issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi. What would be the correct way to inject the repository into services?

I'd like to open a connection on every HTTP requests based on request parameters and at the same time reuse the same connection pool that I have opened previously for...

Any chance we could change the dependencies of Nest to peer dependencies so that they can be used by any version of Nest, alternatively a github action to release merged...