No MySQL support on GAE, or any other RDBMS. You'll have to use the Datastore: http://code.google.com/appengine/docs/python/datastore/
It's very different to MySQL. No joins, more simple SELECT statements, no aggregate functions (sum(), average() etc.). However the upside is that it's meant to scale so that it performs the same whether it contains 1 or 1,000,000 entities. 2010/1/8 raees <[email protected]> > Can I use MySql on google app engine ? if not what database support is > available > > Thanks > Raees > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > > >--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
