Re: Php abstraction layers

Поиск
Список
Период
Сортировка
От Hannes Dorbath
Тема Re: Php abstraction layers
Дата
Msg-id 4314714b$0$13556$8fe63b2a@news.disputo.net
обсуждение исходный текст
Ответ на Re: Php abstraction layers  (Hannes Dorbath <light@theendofthetunnel.de>)
Список pgsql-general
> Would it be a good decision to use PDO instead of pg_ functions?

I don't see much benefits in using it, it just provides a common API
naming scheme. It's maybe easier in case you work with a gazillion
different DBMS and have trouble remembering function names, but that's
it. On the other hand it locks you out from special API features /
functions of PG. I wouldn't bother with it, especially not in your case.


Best regards,
Hannes Dorbath

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

Предыдущее
От: Bohdan Linda
Дата:
Сообщение: detection of VACUUM in progress
Следующее
От: Tom Lane
Дата:
Сообщение: Re: or kills performance