From: Mikel Lindsaar Date: 2007-11-29T13:00:07+09:00 Subject: Re: Creating Databases in Ruby ------=_Part_3600_22508818.1196308803744 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Unless you had a really good reason to do it, this is a fairly solved problem. One totally engineered solution is using ActiveRecord by itself with sqlite3 as a DB on the back. This then gives you a nice portable and bundleable database inside any rails application. _why had a good post about using sqlite in ruby... Anyway, 2c Mikel http://lindsaar.net/ On Nov 29, 2007 1:48 PM, Will Mueller wrote: > Hello All, > > I was wondering how exactly is the best method for creating > databases in Ruby. I mean databases in a sense of small or large > quantities of information stored. > > With Thanks, > -- > Will Mueller > wce.page.tl > will.liljon@gmail.com > > ------=_Part_3600_22508818.1196308803744--