All, it would be great if someone could help me with this problem: I am trying to generate an ERD from my datamodel. My DB is mysql and I created the schema from scratch from model.py. Then I downloaded "MySQl Workbench" hoping that it would allow me to generate and ERD. This gave me a disappointing results, since none of the joins showed up that I had defined in my model.py. So it appears that sqlobject does not define the joins in a way that is native to mySQL. Is that right? Does anyone else have an idea how I can either: - generate an ERD from model.py ? - or make mySQL have proper joins when using sqlobject?
Thanks! Kavika --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

