From: "Guy N. Hurst" Date: 2001-04-10T00:01:37+09:00 Subject: [ruby-talk:13578] Re: persistent ruby? Phil Mitchell wrote: > > Are there any persistence frameworks for ruby that are truly object-oriented and > not just RDBMS drivers? I'm starting a new project and would like to try ruby, > but will probably wind up doing it in smalltalk/gemstone so I don't have to roll > my own persistence... > A good question. Try looking into the following options: 1) DBM module (for use with hashes) 2) PStore module (for object hierarchies). (p.458) Guy N. Hurst -- HurstLinks Web Development http://www.hurstlinks.com/ Norfolk, VA 23510 (757)623-9688 FAX 623-0433 PHP/MySQL - Ruby/Perl - HTML/Javascript