Sync or Store?
killix opened this issue · 2 comments
killix commented
Hi,
I discover Alloy for a week now. And I begin to better know the inner workings (great job of Alloy's team).
This issue is the fact that the sync sql has many gaps, and am currently working to fix this.
My question is: would not it be better to make a system more modular interfacing BackboneJS / Alloy sync?
Some things like:
alloysync.js (wrapper model <-> backbonejs)
sqlStore.js (layer for sql)
propertieStore.js (layer for propertie)
I think that architecture could allow more things, example : multiple store for a model.
What do you think?
tonylukasavage commented
Perhaps you could give an example to better illustrate how this would change the current backbone integration?
killix commented
move to issue#55