This will be handled by a migration library for SQLALchemy, that will track changes, and allow you to write python code for DB updates. It will also help manage applying the right upgrades in the right order...
--Mark On 8/14/07, Dejan Rodiger <[EMAIL PROTECTED]> wrote: > > Hi all, > > I don't know the details about Elixir and SA, but my question about the > support for the "enterprise" would be: > - How do you handle upgrades of the application and database with SA/Elixir? > > Do you need to create sql scripts to handle changes in the database by > hand or is this handled by Elixir/SA? > Or you need to create code that will handle that changes in the > database? And what about if you need to change some data/records in DB > during the upgrade? > > Thanks > > Dejan Rodiger > PGP ID 0xAC8722DC > > > > > > > -- 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 -~----------~----~----~----~------~----~------~--~---

