Meteor中是否支持DBRefs?

时间:2013-03-21 13:47:10

标签: mongodb meteor dbref

我正在使用最新版本的Meteor(0.5.9),当我尝试插入这样的文档时:

Contacts.insert({ 
     _id : 'gBTqByxvoz9PdFxmy',
     name : 'Albert Einstein',
     infoDocument: {
        '$ref': 'documents',
        '$id': 'zigeoa8RgAukxwYoi',
        '$db': 'meteor'
     },
     owner : 'public',
     slug : 'gBTqByxvoz9PdFxmy',
     type : 'contact' 
}

我在服务器控制台中收到错误“[错误:密钥$ ref不能以'$'开头]”。 Meteor中是否支持DBRefs?

0 个答案:

没有答案