Re: Perl and pgsql...

From: <brew(at)theMode(dot)com>
To: Adrian Stovall <AdrianS(at)pfk(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Perl and pgsql...
Date: 2001-11-15 23:09:39
Message-ID: Pine.BSI.4.33.0111151801210.6364-100000@themode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Adrian......

> Can anyone point me to a FAQ, tutorial, etc on connecting to pgsql from
> Perl?

In perl the way to connect to any database is via dbi.pm, the database
interface. Although I'm not sure it will work with the real specific
stuff (triggers and procedures) it works well and gives a common interface
across all database platforms. That way, as long as you don't do
something too esoteric you can change to mySQL, Informix, Oracle, etc.
just by changing the DBI database definition.

Search on dbi postgreSQL tutorial and yo should find lots of info.

brew

==========================================================================
Strange Brew (brew(at)theMode(dot)com)
Check out my Musician's Online Database Exchange (The MODE Pages)
http://www.TheMode.com
==========================================================================

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2001-11-16 00:22:06 Re: java and postgres
Previous Message Culley Harrelson 2001-11-15 22:34:18 [PHP] Re: psql with PHP question