I have used Titanium with local sqlite in my previous apps and it worked well. However, I am looking at using Parse.com for backend, and Titanium for my mobile app. All calls to Parse are using HTTP / REST.
However, I am curious to know if anyone in the community has used Parse's offline with Titanium, or if there are other offline options that work well with both Titanium and Parse.com.
It would be nice if I don't have to figure out the syncing between my Titanium app's local db and the Parse server through code. I will appreciate any pointers or food for thought that the community has on this.
Thanks!