Massimo, I am creating a photo gallery application and have questions in regard to Google Cloud SQL. Do you have any best-practice advice on storing images in GAE when using SQL? Should it go in the database as a blob or should it be stored as a blob property in the Google datastore?
Thanks, Kurt On Oct 6, 7:34 pm, Massimo Di Pierro <[email protected]> wrote: > I guess this finally relieves me from the non-disclosure agreement ;-) > > web2py has already been running on GAE+SQL since March: > > http://web2py-tests.appspot.com/mysql/tests > > All web2py apps can now run GAE. Just use a connection string like: > > DAL('google:sql://gmailcom:web2pytests/guestbook') > > including: > - migrations > - all types of web2py queries (or, joins, like, etc.) > - transactions > > By the week-end I will post a more detailed howto. > If you have used web2py to build your apps, this is the moment it pays > off. > > Massimo > > On Oct 6, 6:29 pm, pbreit <[email protected]> wrote: > > > > > > > > >http://googlecode.blogspot.com/2011/10/google-cloud-sql-your-database...

