i have setup the below library:
https://github.com/pachico/slim-swoole
but when I try to run a query with Eloquent ORM I can not, it takes to much time until it gives an error
I understand that I can not use PDO with async framework but how can I have Eloquent ORM working?