[11:03:07] <xialvjun> at http://mongodb.github.io/node-mongodb-native/2.1/api/Collection.html#findOne I find "Deprecated use find().limit(1).next(function(err, doc){})" ... what does it mean? which is deprecated? findOne? or find().limit()
[11:20:42] <xialvjun> well, I thought findOne too...After all, find().limit can be used some other where, so it can't be deleted... I was just not sure... thanks kurushiyama
[12:59:16] <djlee> Hi all, anyone know of a pretty print/formatter for mongo queries, operators dont have quotes round them which breaks json formatters
[17:43:42] <AlexZan> hey guys, whats the best way to reference the mongodb driver object in my node route functions, so that i can save/retrive data from mongo? Save reference to it in the req somehow?
[23:32:15] <thezanke> Does anyone know how to tell Model.create() to only return specific properties with the response object?