Re: New php project from scractch, PDO or psycopg?

Arne Vajhøj <[email protected]> Tue, 24 Feb 2026 07:40:29 -0500
Newsgroups comp.lang.php
Organization A noiseless patient Spider
Message-ID <[email protected]>
On 2/24/2026 3:41 AM, ^Bart wrote:
> I work in a company 100% unix like, we don't have MS o.s., and our 
> framework works with psycopg on debian13+venv.
> 
> I'm working to a personal cms written from scratch alwasy on debian13 
> with php8.4, postgresql18 and nginx, now I'm using psycopg so I have a 
> different user for the php and another one for the venv etc.
> 
> I heard psycopg for security reasons and also for the performance is 
> better than pdo, tell me what do you think about it! :)

psycopg is Python not PHP.

Do you mean PDO or pgsql??

Arne