loopback-connector-mongodb
loopback-connector-mongodb copied to clipboard
Remove "non-optimised" `findOrCreate` function
The findOrCreate function, by default, utilises the older, "non-optimised" code for MongoDB pre-2.6 compatibility.
The pre-release of the v7 MongoDB driver gives us an opportunity to drop support for older MongoDB versions.
This issue is to track:
- Removing "non-optimised"
findOrCreatefunction. - Removing
enableOptimizedFindOrCreateoption.