From: Martin DeMello Date: 2004-07-15T22:27:16+09:00 Subject: Re: Newbie: Pointers for Ruby compatible DBase engine Jamey Cribbs wrote: > > 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. :) Looks nice :) Any benchmarks? (And why no hash input to 'select'?) martin