Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdo_pgsql support? #357

Open
naquad opened this issue Feb 17, 2024 · 1 comment
Open

pdo_pgsql support? #357

naquad opened this issue Feb 17, 2024 · 1 comment

Comments

@naquad
Copy link

naquad commented Feb 17, 2024

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.

@hugoramosandrade
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants