nest-mongodb
nest-mongodb copied to clipboard
MongoDB driver module for NestJS
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...