tag:blogger.com,1999:blog-18508356.post3894110025501563295..comments2026-02-13T11:24:21.556-05:00Comments on Just a little Python: Miruku - Migrations for SQLALchemyRick Copelandhttp://www.blogger.com/profile/11612114223288841087noreply@blogger.comBlogger8125tag:blogger.com,1999:blog-18508356.post-59224310601331312822008-08-18T05:47:00.000-04:002008-08-18T05:47:00.000-04:00AFAIK, Django will have migrations in 1.0, it's re...AFAIK, Django will have migrations in 1.0, it's recently been checked in.toyghttps://www.blogger.com/profile/04499664589774142384noreply@blogger.comtag:blogger.com,1999:blog-18508356.post-37225859080543075522008-08-13T17:32:00.000-04:002008-08-13T17:32:00.000-04:00hmm, that link might work better as sqlalchemy mig...hmm, that link might work better as <A HREF="http://spyced.blogspot.com/2008/07/sqlalchemy-migrate-for-dummies.html" REL="nofollow">sqlalchemy migrate for dummies</A>Kumar McMillanhttps://www.blogger.com/profile/18371805776129363077noreply@blogger.comtag:blogger.com,1999:blog-18508356.post-18206122022833040412008-08-13T17:30:00.000-04:002008-08-13T17:30:00.000-04:00I found this to be a great quickstart on sqlalchem...I found this to be a great quickstart on sqlalchemy-migrate : http://spyced.blogspot.com/2008/07/sqlalchemy-migrate-for-dummies.htmlKumar McMillanhttps://www.blogger.com/profile/18371805776129363077noreply@blogger.comtag:blogger.com,1999:blog-18508356.post-49473587521970533382008-08-13T14:13:00.000-04:002008-08-13T14:13:00.000-04:00@manuel - Thanks for the tip!@manuel - Thanks for the tip!Rick Copelandhttps://www.blogger.com/profile/11612114223288841087noreply@blogger.comtag:blogger.com,1999:blog-18508356.post-49803569103200648982008-08-13T13:43:00.000-04:002008-08-13T13:43:00.000-04:00Django has several tools for migrating schemas. On...Django has several tools for migrating schemas. One of my favourites:<BR/><BR/>http://code.google.com/p/deseb/Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-18508356.post-82044333653901373642008-08-13T13:31:00.000-04:002008-08-13T13:31:00.000-04:00pete and mark,Thanks for the comments. As to Djan...pete and mark,<BR/><BR/>Thanks for the comments. As to Django, I guess I must have confused Rails migrations with Django. As for <A HREF="http://code.google.com/p/sqlalchemy-migrate/" REL="nofollow">sqlalchemy-migrate</A>, thanks for the pointer. I remember hearing about it before, but I wasn't too familiar with it. It looks like sqlalchemy-migrate even supports automatic script generation. I wonder if the two projects could benefit from one another...?Rick Copelandhttps://www.blogger.com/profile/11612114223288841087noreply@blogger.comtag:blogger.com,1999:blog-18508356.post-83158806600376082642008-08-13T13:21:00.000-04:002008-08-13T13:21:00.000-04:00You may also want to take a look at: http://code.g...You may also want to take a look at: <BR/><BR/>http://code.google.com/p/sqlalchemy-migrate/<BR/><BR/>which has been around for a while, and has the same goals. <BR/><BR/>TG2 has been including this migration library for a little while, but we haven't documented how to use it :(Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-18508356.post-35719571222467498232008-08-13T13:07:00.000-04:002008-08-13T13:07:00.000-04:00I do not think Django has any short of schema chan...I do not think Django has any short of schema change support. The developer must issue all their own SQL commands to keep the tables in sync with the Django models.<BR/><BR/>Although they have been adding lots of nice stuff for the 1.0 push. Perhaps I am using outdated experience.Petehttps://www.blogger.com/profile/08412350992799282198noreply@blogger.com