Re: Perl and pgsql...

Поиск
Список
Период
Сортировка
От
Тема Re: Perl and pgsql...
Дата
Msg-id Pine.BSI.4.33.0111151801210.6364-100000@themode.com
обсуждение исходный текст
Ответ на Perl and pgsql...  (Adrian Stovall <AdrianS@pfk.com>)
Список 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@theMode.com)
     Check out my Musician's Online Database Exchange (The MODE Pages)
                        http://www.TheMode.com
 ==========================================================================



В списке pgsql-novice по дате отправления:

Предыдущее
От: Poul Kristensen
Дата:
Сообщение: java and postgres
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: java and postgres