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)
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)