swoole / swoole-src

🚀 Coroutine-based concurrency library for PHP
https://www.swoole.com
Apache License 2.0
18.37k stars 3.17k forks source link

Swoole with MSSQL #4505

Closed mantsap89 closed 2 years ago

mantsap89 commented 2 years ago

Hi, i want to use swoole for a new project. Is there a way to use swoole with MSSQL? I read in the docs that you have coroutines for MySql, Postgres, Redis. But I didn't find anything about MSSQL.

matyhtf commented 2 years ago

MSSQL does not support running with coroutine environment, if you use Swoole\Server, you should use task worker to simulate non-blocking/coroutine MSSQL client