Hi, There is a Migrate tool for SQLAlchemy, although I haven't used it: http://erosson.com/migrate/docs/
What I've been working on is a tool to show you the differences between your model and the database. That's my main need currently: creating tables is possible using tg-admin, and you can patch up the rest by hand, if you know what changes are need. It's still a bit rough, but I'll be posting it at some point. Paul [EMAIL PROTECTED] wrote: >Hi, > >I'm curious to know: does SQLAlchemy have a schema dump facility, >similar to the `tg-admin sql record` command that's available with >SQLObject? That command is invaluable to me when changing my model. >It informs me of the changes I need to make to my DB schema. > >In the absence of such a facility, how do people manage their >SQLAlchemy schemas? > >Thanks, > >Stuart > > >> > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

