Showing posts with label gae. Show all posts
Showing posts with label gae. Show all posts
06 October 2011
Google App Engine Blog: Google Cloud SQL: Your database in the cloud
Google App Engine Blog: Google Cloud SQL: Your database in the cloud: Cross-posted from the Google Code Blog One of App Engine’s most requested features has been a simple way to develop traditional database-d...
06 May 2011
Google App Engine Blobstore API experience
I have been building a small website in the past few days using Google App Engine. During this small project, the most intriguing part is hacking Blobstore API. Luckily, I conquered it again and found a few things:
- To create your own blob in blobstore, you'd better follow this example
- If you follow that example exactly, you will create a blob without filename. To set the filename when creating a blob, I found this discussion; the original google api document isn't very helpful on that. To get more insights about that API, check the source code here.
Subscribe to:
Posts (Atom)