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
> *In particular, it can interleave I/O and conversion*
If you're implementing an async interface, as a trio user, it would be great if you could use anyio rather than native asyncio features. This will enable the code to be used with any async library.
Perhaps the most prominent Python library to support AnyIO is fastapi, and that's where I'd (eventually) like to make use of adbc - asynchronously connecting to databases for displaying data in FastAPI dashboards.
If you're implementing an async interface, as a
trio
user, it would be great if you could useanyio
rather than nativeasyncio
features. This will enable the code to be used with any async library.Perhaps the most prominent Python library to support AnyIO is
fastapi
, and that's where I'd (eventually) like to make use ofadbc
- asynchronously connecting to databases for displaying data in FastAPI dashboards.Originally posted by @dhirschfeld in #71 (comment)
The text was updated successfully, but these errors were encountered: