In can do both. In fact you can have a
db1=DAL('google:sql://...')
and a
db2=DAL('google:datastore://...')
and store some data in db1 and some in db2.

I will add this in the howto I plan to write.

On Oct 7, 11:47 pm, Kurt Fehlhauer <kfehl...@gmail.com> wrote:
> 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 <massimo.dipie...@gmail.com>
> 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 <pbreitenb...@gmail.com> wrote:
>
> > >http://googlecode.blogspot.com/2011/10/google-cloud-sql-your-database...

Reply via email to