On 5/28/07, Brendan Arnold <[EMAIL PROTECTED]> wrote: > Is there at present a database evolutions tool similar to migrations in RoR? > > For those that are unfamiliar, this system: > > o Defines initial tables > o Subsequent changes to the tables (i.e. drop/add a column/new table) > are are then defined and have a version number associated to each > change. Undo changes also defined for each step > o Command-line tool then can be used to move from one version of the > database schema to the next by iterating up/down through the steps
Migrate - http://erosson.com/migrate/trac/ - is supposed to do this (for SQLAlchemy). Haven't got around to using it, though, and there doesn't seem to be much traffic on the mailing list. Neil -- Neil Blakey-Milner http://nxsy.org/ [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
