问题标签 [grounddb]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
43 浏览

javascript - 加载数据库不工作

我在现有应用程序中使用 groundDb。现在我只是想接地Meteor.users

以上没有奏效。所以,我尝试了覆盖findfindOne方法:

```

现在,Meteor.users.find({_id: Meteor.userId()}).fetch()应该返回一个文档,但它返回一个普通对象。我已应用 Collection._transform 将其转换为文档。

如果loadDatabase()会工作,我不应该做同样的事情。

你能帮忙的话,我会很高兴。

0 投票
1 回答
54 浏览

mongodb - Meteor 和 GroundDB:按 id 查找不返回任何条目