Tina Matter wrote: > I have a few questions regarding existing MySQL databases. > If you have an already existing MySQL database, does TurboGears > automatically create a module with the object classes for you? > Or would you basically have to re-create everything in TurboGears? > Also, if you decide later to change or delete a field in a table, would > that change automatically be reflected in all the code automatically > (like WebObjects does)? Or would you have to find all the code that > references that table and make the adjustments yourself? > What if you make changes through PHPMyAdmin? Does TurboGears recognize > that something has changed? > > Thank you. > Tina Matter > > Tina,
If your using SQLObject, then check this page: http://docs.turbogears.org/1.0/GettingStarted/UseDatabase under Define Data Models. I haven't learned SQLAlchemy yet (next thing to do). HTH, Jeff --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

