[Fwd: [ANN] postgres-pr (pure Ruby PostgreSQL)]

From: Tom Copeland <tom(at)infoether(dot)com>
To: pgsql-advocacy <pgsql-advocacy(at)postgresql(dot)org>
Subject: [Fwd: [ANN] postgres-pr (pure Ruby PostgreSQL)]
Date: 2004-11-18 17:31:04
Message-ID: 1100799064.13678.73.camel@hal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

Support for PostgreSQL in the Ruby community continues to grow... good
times!

http://rubyforge.org/forum/forum.php?forum_id=1946

Yours,

Tom

-----Forwarded Message-----
> From: Michael Neumann <mneumann(at)ntecs(dot)de>
> To: ruby-talk ML <ruby-talk(at)ruby-lang(dot)org>
> Subject: [ANN] postgres-pr (pure Ruby PostgreSQL)
> Date: Fri, 19 Nov 2004 00:12:28 +0900
>
> Hi,
>
> I'm proud to announce the first public "release" of postgres-pr. This is
> a library to access PostgreSQL from Ruby without the need of any C
> library.
>
> * You can use it only with newer 7.x databases that use wire-protocol 3.
> * Lot's of stuff is missing, only the wire-protocol is quite complete.
>
> Quick Example:
>
> > gem install postgres-pr
> > irb -r rubygems
>
> Then in the interactive Ruby interpreter type (replace DBNAME and DBUSER
> accordingly):
>
> require 'postgres-pr/connection'
> c = Connection.new('DBNAME', 'DBUSER')
> c.query('SELECT 1+2') # => [["3"]]
>
> Regards,
>
> Michael
>
--
Tom Copeland <tom(at)infoether(dot)com>
InfoEther

Browse pgsql-advocacy by date

  From Date Subject
Next Message Josh Berkus 2004-11-18 17:55:18 Re: "At a Glance" translation to de and it
Previous Message Robert Treat 2004-11-18 16:01:23 Using Java for Replication :-)