With postgres-pr you can access a PostgreSQL database without the need of compiling a C extension. Only newer databases 7.x, which use the wire-protocol 3 can be accessed.
BY: Ernest Ellingson (joebagodonuts) DATE: 2005-01-05 21:54 SUBJECT: help using the postgres pr driver in ruby dbi
Does anyone have a short example of connecting to a server using postgres pr?
I'm running windows xp Without cigwin. I can use the dbi with the postgres odbc driver fine.
Is it even possible to use postgres-pr in windows?