[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

flat file database for ruby?

warhero

1/20/2007 6:48:00 AM

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

--
Posted via http://www.ruby-....

4 Answers

Robert Klemme

1/20/2007 10:26:00 AM

0

On 20.01.2007 07:48, Aaron Smith 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

Evan Weaver

1/20/2007 11:04:00 AM

0


Don't forget KirbyBase.

Evan Weaver

--
Posted via http://www.ruby-....

Harold Hausman

1/20/2007 11:26:00 AM

0

On 1/20/07, Aaron Smith <beingthexemplary@gmail.com> wrote:
> Does anyone know of any flat file database implementations for Ruby?
>

Kirbybase is mad rad:
http://www.netpromi.com/kirbybase...

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

khaines

1/20/2007 1:54:00 PM

0