On Nov 29, 2007 3:48 AM, Will Mueller <will.liljon / gmail.com> wrote: > 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. I've always liked KirbyBase[1]. From its Rubyforge project page: KirbyBase is a small, plain-text, DBMS written in Ruby. It can be used either embedded or client/server. It aims to be as "Ruby-ish" as possible. For example, queries are specified using Ruby code blocks, rather than SQL strings. - Dimitri [1] http://www.netpromi.com/kirbybase_ruby.html