[BangPypers] Sqlalchemy Schema migration

Kracekumar Ramaraju kracekumar at hasgeek.com
Sun Dec 2 14:58:25 CET 2012


Alembic http://alembic.readthedocs.org/en/latest/front.html written by Mike
Bayer author of SQLAlchemy, I really like it. Approaches are similar to
git. In case you have any issues hangout in #sqlalchemy in irc.freenode.net
.

On Sun, Dec 2, 2012 at 6:31 PM, Gopalakrishnan Subramani <
gopalakrishnan.subramani at gmail.com> wrote:

> Do you recommend a good sqlalchemy migration tools?
>
> I am no-sql guy (used redis and mongo db), I was not worried about
> revisions and adding and removing attributes. I used to have a script that
> add or remove the required attributes on redis(pickled) and mongodb. When
> it comes to SQL, it needs alter table and add/remove columns.
>
> Thank you.
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 
Regards
Kracekumar.R
"Talk is cheap, show me the code" -- Linus Torvalds


More information about the BangPypers mailing list