[`trio`](https://trio.readthedocs.io/en/stable/) is a Python library for structured async concurrency. As a `trio` user it would be great if async `psycopg3` could support `trio` as well as `asyncio`. The easiest way to support both async frameworks would be to use the [`anyio`](https://github.com/agronholm/anyio) library.