You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starlette itself is anyio-compatible. However, underlying implementations of low-level libraries are mostly not.
With current scheme, SQLAlchemy is main core part, which is not anyio-compatible.
Anyio-compatible websockets are available, if using hypercorn (beta, as of right now) + anysocks/asyncwebsockets. However, so far these are less reliable/feature-complete than asyncio implementation.
There is no DB engines (at least for Postgres) with anyio, but there are separate implementations for asyncio and trio
Starlette itself is anyio-compatible. However, underlying implementations of low-level libraries are mostly not.
Desireable contrib libraries to have around for production
httpx
The text was updated successfully, but these errors were encountered: