[BangPypers] Sqlalchemy Schema migration

Kracekumar Ramaraju kracekumar at hasgeek.com
Tue Dec 4 06:13:37 CET 2012


Alembic can do automatic migration but you need to be careful.

On Tue, Dec 4, 2012 at 10:34 AM, Gopalakrishnan Subramani <
gopalakrishnan.subramani at gmail.com> wrote:

> Alembic is good enough. At least, I learnt to handle alter table, drop
> columns and add columns.
>
> Thanks.
>
>
> On Sun, Dec 2, 2012 at 7:28 PM, Kracekumar Ramaraju
> <kracekumar at hasgeek.com>wrote:
>
> > 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
> > > 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
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
> _______________________________________________
> 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