What's the best way to attach behavior to a Meteor Collection?

后端 未结 6 1780
陌清茗
陌清茗 2020-12-25 14:38

In Meteor, when you retrieve a record from a database, it\'s only a record. So if I have a collection called Dogs, a dog might have fur: \'br

6条回答
  •  一整个雨季
    2020-12-25 14:53

    Astronomy is a new answer to this old question of Meteor models. The author has a lot more features planned that are in the works and the support of other prominent Meteor package authors. The only downside is perhaps it's a bit bleeding edge.

    Astronomy is also highly modularized, a prime example for building in a meteor packaged/modularized style.

提交回复
热议问题