I notice there are two ObjectID in node-mongodb-native, which one should I use, if I save an document in native ObjectID, can I load it with pure ObjectID. Does it matter with the option of native_parser .
mongodb.BSONNative.ObjectID
mongodb.BSONPure.BSON.ObjectID
This has changed since the last post here. Now the docs say require(‘mongodb’).ObjectID.