meteor datasource 的 object 提供三个函数 directUpdate, directInsert, directDelete
Created by: hotlong
getObject("spaces").directUpdate
目前在服务端触发器如果调用 Creator.getCollection("spaces").direct_update 会报 Fibers 错误。 Error: Meteor code must always run within a Fiber. Try wrapping callbacks that you pass to non-Meteor libraries with Meteor.bindEnvironment.