Ilias Lazaridis wrote: > gasolin wrote: > > Hi: > > > > I've submitted an project to cheeseshop called "tgmigrate" > > > > http://www.python.org/pypi/tgmigrate/ > > Can I use this to provide an automated schema-evolution (migration) > support?
tgmigrate integrates the Migrate project for SQLAlchemy with TurboGears. Migrate is similar to Ruby on Rails migrations, so yes this does provide automated schema evolution. -Adam > > e.g. when I add a field within an existent class in the model, is the > underlying database updated without data loss? > > similar to the evolution functionality provided (as an add-on) > test-wise for django: > > http://case.lazaridis.com/wiki/DjangoProductEvaluation > > > It's an tg-admin extension aimed to sqlalchemy users who wanna try the > > "migrate" function. > > I hope it could help you to evaluate if the migrate function is useful > > or not. > > > > > > You could use easy_install command to install it > > > > $ easy_install tgmigrate > > > > > > The basic syntax is > > > > tg-admin migrate [command] > > > > see the usage on above page. > > > > > > -- > > Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

