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 <elff...@gmail.com> 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...