この種のクエリには、native
を使用できます。 生のMongoDBコマンドを実行するメソッド:
Dog.native(function(err, collection) {
collection.distinct('breed', function(err, dogs) {
// do something here
});
});
この種のクエリには、native
を使用できます。 生のMongoDBコマンドを実行するメソッド:
Dog.native(function(err, collection) {
collection.distinct('breed', function(err, dogs) {
// do something here
});
});