If the tables have a uuid field (required for sinchronization) you can use web2py's
db.export_to_csv_file(...) db.import_form_csv_file(...) anyway, because of GAE's limitation to 1000 bytes, that is not a solution for you. Massimo On Oct 8, 8:35 am, Fabio Alessandro Locati <[email protected]> wrote: > Hi, > I have a web app (actually running on GAE) but I would need it even in a > offline state. I was thinking about installing web2py on the pc and putting > the web2py app on it. This creates the problem of the database sync. Anyonee > found this problem? nyone solved it? > > Thanks, > Fabio

