Flat file database for ruby?

Does anyone know of any flat file database implementations for Ruby?

On 20.01.2007 07:48, Aaron S. wrote:

Does anyone know of any flat file database implementations for Ruby?

There is a ton of options, at least Marshal, Yaml, PStore, CSV. What
exactly do you want to do?

Kind regards

robert

Don’t forget KirbyBase.

Evan W.

On 1/20/07, Aaron S. [email protected] wrote:

Does anyone know of any flat file database implementations for Ruby?

Kirbybase is mad rad:
http://www.netpromi.com/kirbybase_ruby.html

The same author started another project with similar functionality,
but faster, but the name was funny and started with an ‘M’… I can’t
recall it now.

hth,
-Harold

On Sat, 20 Jan 2007, Harold H. wrote:

On 1/20/07, Aaron S. [email protected] wrote:

Does anyone know of any flat file database implementations for Ruby?

Kirbybase is mad rad:
http://www.netpromi.com/kirbybase_ruby.html

The same author started another project with similar functionality,
but faster, but the name was funny and started with an ‘M’… I can’t
recall it now.

Mongoose.

http://rubyforge.org/projects/mongoose/

Kirk H.