yeah that works, although both apps need to know about the model and one of the 2 apps needs to have migrate=True.
Mart :) On May 31, 11:50 am, pbreit <[email protected]> wrote: > It appears that DAL() supports a variable "folder". Maybe that would work? > > ### create DAL connection (and create DB if not exists) > > > > > > > > >>> db=DAL(('mysql://a:b@locahost/x','sqlite://storage.sqlite'),folder=None)

