> *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.
Originally posted by @dhirschfeld in #71 (comment)
If you're implementing an async interface, as a
triouser, it would be great if you could useanyiorather than nativeasynciofeatures. 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)