Re: Php abstraction layers - Mailing list pgsql-general

From Hannes Dorbath
Subject Re: Php abstraction layers
Date
Msg-id 4314714b$0$13556$8fe63b2a@news.disputo.net
Whole thread Raw
In response to Re: Php abstraction layers  (Hannes Dorbath <light@theendofthetunnel.de>)
List 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 by date:

Previous
From: Bohdan Linda
Date:
Subject: detection of VACUUM in progress
Next
From: Tom Lane
Date:
Subject: Re: or kills performance