Hi guys -

I'm looking at various tools for tracking schema changes on the backend database and generate change scripts for user upgrades. There's a handful of tools out there, most of them fairly expensive, but I thought I'd ask if SQLAlchemy could be used for this kind of purpose. With the reflection mechanism, it becomes possible to at least load the entire schema into python, what's needed is for some way to persist or "snapshot" the schema, and then either upgrade or compare against another snapshot.

Any suggestions for tools, procedures, or "yeah, this would be useful!" comments are welcome :)

Cheers,
--G



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to