1
我是MongoDB的新手。只是想知道:MongoDB,Ruby不顯示id字段?
如何將此shell命令轉換爲ruby?
db.unicorns.find(null, {name: 1, _id:0});
這給了我一個錯誤:
db.collection("unicorns").find(nil, :fields=>["name","_id"=>0])
如果您有任何教程資源,以及,將不勝感激:)。
非常感謝:)。有點是一個headbanger。 – 2012-02-13 23:39:36