So, I developed what I considered a mini application for my department
back in June. I used SQLite3. The file is still very small - about 2.5
megs - but I'd like to move to something else which supports multiple
simultaneous read/writes  better than SQLite3.
What do I need to do? Clearly, rake will be my friend, but I haven't
used it much.
I'm sure I'll need a rake db:schema:dump, but then.. what? how do I tell
the new database to get on with it, and then import all the data?

This would be done at a time when no transactions are to occur. Of
course.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to