Keeping python code and database in sync

Jean-Michel Pichavant jeanmichel at sequans.com
Fri Aug 29 12:49:36 EDT 2014



----- Original Message -----
> From: "Roy Smith" <roy at panix.com>
> 
> Yeah, schema migration is an ugly problem.  There's a number of tools
> to
> help here, most of which reduce the suckitude, but don't eliminate it
> completely.  Some things you might want to look at:
> 
> * SQLAlchemy Migrate
> * South (django-specific)
> * yoyo-migrations
> * alembic
> 
> Google for "python schema migration tools" and you'll probably find
> others.

Note that South is now fully integrated in django 1.7 (It's still ugly but it has been polished by the django team).
The OP may want to consider moving to such framework, they tend to provide working concepts on critical issues when it comes to webapp/database.

JM


-- IMPORTANT NOTICE: 

The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


More information about the Python-list mailing list