I am nearing the release of a fully async, Fiber-based PostgreSQL client for PHP. It features connection pooling and true server-side cancellation to stop database work immediately if a request is aborted.
Using Promise::all(), multiple queries run concurrently and 5 queries taking 1s each can finish in just ~1s total.
After this, I will be working on a DX-focused async query builder for this ecosystem. Open source and docs coming soon.




