Versioning your database with sqlalchemy-migrate
by Jan Dittberner
Have you ever developed software using a database and wondered how you could track versions of the database schema the same way you can with your source code? The project sqlalchemy-migrate solves this problem for Python.