Tuesday, April 29, 2008

Google app engine DB

I have to say I'm impressed with the DB. Instead of SQL they are calling it: GQL

This is the example I found heartening:

greetings
= db.GqlQuery("SELECT * FROM Greeting ORDER BY date DESC LIMIT 10")
It makes sense.  So often I read crap that doesn't.

No comments: