Hi, I'm working on a small application developped with AppEngine which has to use a database. I'd like this application to work offline and speaking of database. I was wondering if there was a convenient way to sync a BigTable/AppEngine Datastore with our Gears local SQLite database.
Actually, I was following a path but I'm not so sure this is the best way to do it: We have the possibility to change the Model instances of the AppEngine Datastore to an XML representation. Thus, using an XMLHttpRequest I get this XML representation and I'd like to parse to create my local database. I stopped developping when I had to parse thinking that there may have an "easier" way of doing this. Has anyone tried to implement such a thing ? Did I miss something in the docs ? Am I totally wrong with the idea of having the full database locally ? Thanks for your interest.
