catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

AMPHP Implementation? #852

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi! Will you implement async with amphp using https://github.com/amphp/mysql and https://github.com/amphp/postgres?

catfan commented 5 years ago

If this project is using PDO for MySQL, just configure the correct DSN connection option for this will be OK. There is nothing additional implement needed.

jmfederico commented 11 months ago

I am confused on how this can be done (if at all).

I am in need of non-blocking SQL queries, which is not possible with Medoo right now as far as I can tell.

I am using https://github.com/amphp/postgres, but the development experience is not on par :(

Any insights on how this can be achieved, if at all, would be much appreciated.