I've seen that libraries such as amphp/mysql and friends-of-reactphp/mysql implement the low-level MySQL protocol, and do not rely on any built-in extension.
Given that mysqli supports async queries, is there any reason why these async libraries cannot be based on mysqli
?
Originally asked as Why isn't amphp/mysql based on mysqli? (closed).