As of Rails 0.14. ActiveRecord::Migration supports SQLite. Rails 1.0 supports migrations on MySQL, PostgreSQL, SQLite, SQL Server, and Oracle.
On 12/21/05, Justus Pendleton <[EMAIL PROTECTED]> wrote: > On 2005-12-21, Jens Alfke <[EMAIL PROTECTED]> wrote: > > And yes, I will work around this by setting up mysql instead. I just > > hate having to configure some lumbering industrial-strength db server > > with its own account setup, just to run one little blog :) > > rails (or typo, at least) doesn't support migrations with sqlite, AFAIK. > So you're really stuck using postgres/mysql with typo in any case, > unless you want to perform your migrations by hand :( > > Justus > > _______________________________________________ > Typo-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/typo-list > -- Man Wit Da Plan. _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
