From: John Joyce Date: 2007-10-18T01:47:10+09:00 Subject: Re: 2 dimensional array On Oct 17, 2007, at 8:31 AM, Shuaib Zahda wrote: > Dear Stefano > Thanks for the reply. The way you gave me is basically makes six rows > and unlimited number of columns > I want the other way aroud > basically I have this table > > field | type | key | default | extra | null > name | string | yes | null | auto_increment| null > id | integer | .... .... . .. . . . . .. > address > > basically is a small database structure > > any idea? thanks > -- > Posted via http://www.ruby-forum.com/. > Shuaib, If you want a simple database, you might consider SQLite, there is a ruby gem for it and you can use ORMs such as ActiveRecord too.