You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm also interested in support pdo_pgsql, a I have a projecet that connect to postgres db, and the class OpenSwoole\Coroutine\PostgreSQL have a bug on 'prepare' method. @naquad I see this PR #307 - there are a fix of this bug. I compiled and test on my project and that work perfectly.
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.
The text was updated successfully, but these errors were encountered: