denormalize
Simple denormalization for Meteor
meteor add herteby:denormalize
API
1ParentCollection.cache({ 2 type:'single', 3 collection:ChildCollection, 4 fields:['name','title'], 5 referenceField:'childId', 6 cacheField:'_cache' 7})
v0.1.0•Published 6 years ago
This package has not had recent updates. Please investigate it's current state before committing to using it in your project.
Simple denormalization for Meteor
meteor add herteby:denormalize
1ParentCollection.cache({ 2 type:'single', 3 collection:ChildCollection, 4 fields:['name','title'], 5 referenceField:'childId', 6 cacheField:'_cache' 7})