fastify-mongodb
fastify-mongodb copied to clipboard
Fastify MongoDB connection plugin
This would be mostly helpful doing tests, as we can speed things up significantly. Also, https://github.com/mcollina/mongo-clean can help for tests as well.
Ref: https://github.com/fastify/fastify/issues/5116 - this PR replaces the embedded custom plugin in favor of 3 functions (maintaining the same structure inside) (tap 18 requires its plugins to be loaded from `node_modules`)...
#### Checklist - [ ] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added -...
Fastify v5 is released #### Checklist - [ ] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included - [x] documentation is changed...