> I could > write the mysql one if you'd like ( but not for a week! ).
That would be a fantastic contribution. It would be great to have a ready place to point people to. The two things people run up against most often have to do with the way TurboGears automatically wraps every request in a database transaction. 1) You'll want to explain the notrans database URI trick to make it easy to work with mysql without InnoDB tables, 2) You'll also want to explain how to set MySQL to use InnoDB tables by default so that sql create "just works." -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

