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

Fastify MongoDB connection plugin

Results 4 fastify-mongodb issues
Sort by recently updated
recently updated
newest added
trafficstars

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.

help wanted
documentation

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 -...

semver-major

Fastify v5 is released #### Checklist - [ ] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included - [x] documentation is changed...