pounard / goat-query

Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add pipeline API

pounard opened this issue · comments

Pipelining queries is now supported by PostgreSQL 14, I doubt that we will be able to use it in PHP before a long time, since that it requires that the client connexions uses the libpq 14, and we are mostly based upon PDO or ext-pgsql, nevertheless we can still provide the API and emulate the pipelining by just sending all queries using perform() one after another.