Re: Picking DB interfaces

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Picking DB interfaces
Дата
Msg-id 21971.966660784@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Picking DB interfaces  ("Jason J. Czerak" <jason-czerak@jasnik.net>)
Список pgsql-general
"Jason J. Czerak" <jason-czerak@jasnik.net> writes:
> what i'm confused about now is the best way to interface with the server.
> there's ODBC, DBI, and others.
> My main tools are Perl and PHP.

If you're using Perl I think it's a no-brainer: DBI is the standard way.
(Not sure why we don't include a DBI driver in the standard pgsql
distro, but you can find one in CPAN.)

            regards, tom lane

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

Предыдущее
От: "Jason J. Czerak"
Дата:
Сообщение: Picking DB interfaces
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [General]Postgres Upgrade