I was wondering if in future versions, will have support for models and controllers in subfolders. For example:
+-models +--model01 +--------model01.py +--model02.py +--model03.py _____________________________________________ *Gilson Filho* *Web Developer http://gilsondev.com* 2011/4/25 Massimo Di Pierro <[email protected]> > I cannot tell you much because Google has not yet released the service > publicly. I can tell you I have tested it (they gave me early access > for the test) and it supports normal mysql syntax including GROUP BY, > JOINs, transactions and web2py automatic migrations. > > We should just call it GoogleSQL since although the syntax is MySQL > compatible, I do not think is exactly MySQL under the hood. > > I will post instructions as soon as they go public with this. > Basically we will be able to deploy on GAE any web2py app without ANY > change. Additionally we will be able to use GoogleSQL for some tables > and GoogleNoSQL for other tables at the same time, in the same app. > > Massimo > > On Apr 25, 9:37 am, Vasile Ermicioi <[email protected]> wrote: > > hi, > > > > thank you Massimo, > > > > please tell us more about Google MySQL > > > > does it support GROUP BY and JOINs ? > > > > I need to know that for a library I am working on... >

