openswoole / ext-openswoole

Programmatic server for PHP with async IO, coroutines and fibers

Home Page:https://openswoole.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdo_pgsql support?

naquad opened this issue · comments

Hello,

Is there a plan to support pdo_pgsql?

PostgreSQL is widely adopted, just as interacting with it using pdo_pgsql. Porting the code from PDO to OpenSwoole\Coroutine\PostgreSQL is extremely hard if possible at all (think redoing the whole Laravel's DB subsystem), quick hacks like imitating PDO using the OpenSwoole\Coroutine\PostgreSQL are fragile and explode in random places, so the feature is highly desirable.

Thank you.