On Thursday, July 14, 2011 7:48:40 AM UTC-4, stargate wrote: > > I am having trouble finding the connection string example to connect > to a Google Datastor database.
See http://code.google.com/p/web2py/source/browse/applications/welcome/models/db.py#8. According to the book, you can just use DAL('gae'). > Also what is the best method if you > are working on your web2py application locally how would you connect > to a Google Datastor database. Maybe use the SDK: http://code.google.com/appengine/docs/python/gettingstarted/devenvironment.html . Anthony

