I've been experimenting with Couchdb as a database back-end to web2py - having some success. Basically Couchdb is engineered to handle offline-online transitioning and synchronization (I haven't got to that part yet, but I have got basic REST operations (create, destroy, update etc...) of records happening). CRUD doesn't work obviously, but SQLFORM.factory works nicely. I'm using the Python library Couchdbkit as an interface to handle mapping between JSON and Python objects.
On Oct 8, 11:35 pm, 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

