|
|
|
|
|
by tonyplee
4619 days ago
|
|
Thx again for the info. I see why the 10MB limit. What's the Pro/Con of this compare to just use sqlite on a dropbox volume? From what I read, the API doesn't do any operational transformation such as merge, delta the changes' etc. The client app is expected to do it. |
|
In contrast, if you make a change to a sqlite database on two different devices, you now have two different files and no way to merge them. (There are people who have used Dropbox to sync sqlite databases this way, and they've ended up writing diff/patch over sqlite to merge changes. Using datastores is a lot simpler and more likely to be correct.)