librelist archives

« back to archive

Databases and Migrations

Databases and Migrations

From:
Joe Esposito
Date:
2011-07-12 @ 04:06
Has anyone had a good experience with sqlalchemy-migrate? Any other
recommendations for DB schema evolution?

Re: [flask] Databases and Migrations

From:
Adam Patterson
Date:
2011-07-12 @ 04:23
https://github.com/adamrt/flask-evolution -- it's very simple but I've been
using it in production for a while now and its served me nicely. Check out
the code to see what you think. I created it though, so I'm biased as it
meets my needs exactly.

I never had a good experience with sqlalchemy-migrate.

On Mon, Jul 11, 2011 at 11:06 PM, Joe Esposito <espo58@gmail.com> wrote:

> Has anyone had a good experience with sqlalchemy-migrate? Any other
> recommendations for DB schema evolution?
>
>