How are relationships saved in the popular Ember.js adapters?

家住魔仙堡 提交于 2019-12-11 13:23:10

问题


I think data relationships are saved in the adapters of the Ember app. So the way the REST adapter, the local storage adapter, and the fixture adapter saves relationships might be all different. Relationships might be saved in the parent or the child.

I would like to know how each adapter saves relationships. Source code and examples would be appreciated. I'll update with my findings as well.

来源:https://stackoverflow.com/questions/17688671/how-are-relationships-saved-in-the-popular-ember-js-adapters

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!