>>>>> "Y" == Yukihiro Matsumoto <matz / netlab.co.jp> writes:

Y>       def []=(k,v)
Y>         @tbl[k] = v
Y>       end

 This mean that the whole database is in memory (and not on the disk), no ?

Guy Decoux