Re: Making offline apps easier?

> 4. Databases
> IndexedDB seems to be getting traction across all platforms. Unlike at the
> face to face, when literally nobody spoke in favour of WebSQL, there are
> people who think it is worthwhile. At the same time Ashok has been hinting
> at using something more seriously SQL to help with issues like synch
> (which always seems like it won't be that hard, but never actually works
> entirely properly after all).
I do this a lot in a couple apps and have a nice little framework that goes from json to sqlite and back.  Basically we project a hunk of our database schema into the app populated with data relevant to the user and we keep that little chunk of the world sync'd via timestamps.

Received on Tuesday, 13 November 2012 17:57:18 UTC