On 12/30/05, Ian Bicking <[EMAIL PROTECTED]> wrote:
> > That's one nice thing about the Rails "migrations". They're database
> > independent, whereas a bunch of ALTER statements likely isn't...
>
> How do they do that?
>
> Anyway, right now you can provide multiple upgrade scripts for different
> databases (each upgrade script gets the database name in its filename).
>   There's no Python upgrade scripts, which could be useful.

There's no magic to Rails migrations, from what I saw. Think of it as
sqlbuilder for create and alter statements...

Kevin

Reply via email to