无
提示object <#DBRef> has no method 'fetch',而shell里是可以用fetch方法的。
object <#DBRef> has no method 'fetch'
自己定义一个:
db = mongo.db config.main_mongo.url, config.main_mongo.option mongo.DBRef.prototype.fetch = (callback)-> db.collection(this.namespace).findById(this.oid, callback)
一样用,不过是异步的。