From: Sharon Rosner Date: 2007-03-07T06:04:45+09:00 Subject: Re: postgres gem & hashes Hey Jef You night want to take a look at Sequel - a new ORM library I released a few days ago. It supports postgresql and does what you want (i.e. fetching records as hashes). The docs are here: http://sequel.rubyforge.org It's alpha quality but it works pretty good for me. Let me know if you need help getting started. Sharon On Feb 26, 11:05 am, jef peeraer wrote: > hi, > > i am a real postgresql addict so i installed postgres gem ( which is > version 0.7.1, i think). Everything works like a charm, but there is > some basic functionality i miss : i want to return tupples in a hash > instead of an array. As an former PHP user, this was a basic thing to > do. I googled a bit, and found some posts about a new version ( 0.8 ), > which could handle these hashes. But the actual gem is 0.7.1 . > What can i do ? > > jef peeraer