问题标签 [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.
javascript - 加载数据库不工作
我在现有应用程序中使用 groundDb。现在我只是想接地Meteor.users
:
以上没有奏效。所以,我尝试了覆盖find
和findOne
方法:
```
现在,Meteor.users.find({_id: Meteor.userId()}).fetch()
应该返回一个文档,但它返回一个普通对象。我已应用 Collection._transform 将其转换为文档。
如果loadDatabase()
会工作,我不应该做同样的事情。
你能帮忙的话,我会很高兴。