From: Jamey Cribbs Date: 2004-07-15T21:52:20+09:00 Subject: Re: Newbie: Pointers for Ruby compatible DBase engine Xeon wrote: >Hi, > >Can anyone suggest/direct me to a dbase engine which are supported by >ruby? I'm thinking about a small scale dbase (5,000-10,000 entries) >engine/server, single processed, can be searched on various rules (SQL >compatible would be nice), and most of all, lightweight (have mercy to >my ol' P100Mhz), small size (like Ruby), and free (yeah, I'm cheap). I >know it's a lot to ask. How is mSQL fare? > > > Attention: Shameless Plug Alert!!! Check out KirbyBase at http://www.netpromi.com/kirbybase.html It's a 40kb pure-Ruby DBMS library. You can do select statements, similar to SQL, but using native Ruby syntax. It comes with a multi-threaded/multi-user db engine script. Since I wrote it, I'm pretty biased, but I think it works pretty well. :) Jamey Cribbs Confidentiality Notice: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. If you are not the intended recipient(s), you are hereby notified that any dissemination, unauthorized review, use, disclosure or distribution of this email and any materials contained in any attachments is prohibited. If you receive this message in error, or are not the intended recipient(s), please immediately notify the sender by email and destroy all copies of the original message, including attachments.