Re: pg or DBI

Поиск
Список
Период
Сортировка
От Peter Galbavy
Тема Re: pg or DBI
Дата
Msg-id 008b01c27ce2$996436d0$10bc10ac@cblan.mblox.com
обсуждение исходный текст
Ответ на pg or DBI  ("Devinder K Rajput" <Devinder.Rajput@ipaper.com>)
Список pgsql-admin
> I have used pg to connect to postgres.  However, I have seen a lot of
> people use DBI.  Are there any advantages/disadvantages in using one or
the
> other for connecting to postgres via perl.  Also, which one is more widely
> used?  Thanks for your input.

I have never used Pg but I had a quick look and appears to be the way to go
if you are going to be using PostgreSQL only. DBI gives you two benefits
which are related; a) You can build software that will work with different
database backends with only minimal changes (if you follow the portability
guidelines) and b) you can work with multiple different database backends in
the same code at the same time.

The later is extremely powerful when you 'inherit' a job that may involve
ODBC, Oracle, PostgreSQL etc. Cough.

Give both a quick try, proof of concept them, and decide.

Peter


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

Предыдущее
От: John Burski
Дата:
Сообщение: Re: Enabling ODBC for 7.2.2
Следующее
От: Ludwig Lim
Дата:
Сообщение: Re: FATAL 1: configuration file 'postgresql.conf' has wrong permissions