[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How to access postgresql on windows

Werner Bohl

2/2/2005 9:55:00 PM

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?

TIA,





1 Answer

Michael Neumann

2/2/2005 10:03:00 PM

0

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/project...

Regards,

Michael