You talk too much.

by Rabbit

Trying to dump data from SQLite3 and import that data into MySQL? This post can be summed up thusly:

script/plugin install git://github.com/adamwiggins/yaml_db.git

rake db:dump
rake db:create

Update config/database.yml

rake db:load

But that’s just me. When I look at the commands above I know the context in which they should be used, therefore I want only that which is most pertinent.