How to use the MinKey function from mongodb

Find comprehensive JavaScript mongodb.MinKey code examples handpicked from public code repositorys.

31
32
33
34
35
36
37
38
39
40
module.exports.DBRef = mongodb.DBRef
module.exports.Double = mongodb.Double
module.exports.Int32 = mongodb.Int32
module.exports.Long = mongodb.Long
module.exports.MaxKey = mongodb.MaxKey
module.exports.MinKey = mongodb.MinKey
module.exports.NumberLong = mongodb.Long // Alias for shell compatibility
module.exports.ObjectId = mongodb.ObjectId
module.exports.ObjectID = mongodb.ObjectID
module.exports.Symbol = mongodb.Symbol
fork icon272
star icon0
watch icon59

+ 15 other calls in file