From: Michael Neumann Date: 2005-02-03T07:02:56+09:00 Subject: Re: How to access postgresql on windows Werner Bohl wrote: > Hi, > How may I access Postgresql on windows? I already have a Ruby > application running on Linux that works very nice. Now I need to port it > to windows. Are there any modules available for this task in windows, > that hopefully won't require any C compilation? Yes, try the pure-Ruby postgres-pr module. It should run on Windows as well (not tried myself). http://rubyforge.org/projects/ruby-dbi Regards, Michael