Files
sqlalchemy/examples/asyncio
Mike Bayer b3216486c4 add AsyncAttrs
Added a new helper mixin :class:`_asyncio.AsyncAttrs` that seeks to improve
the use of lazy-loader and other expired or deferred ORM attributes with
asyncio, providing a simple attribute accessor that provides an ``await``
interface to any ORM attribute, whether or not it needs to emit SQL.

Change-Id: I1427b288dc28319c854372643066c491b9ee8dc0
References: #9731
2023-05-08 11:50:03 -04:00
..
2023-05-08 11:50:03 -04:00
2023-05-08 11:50:03 -04:00
2020-09-28 15:17:26 -04:00
2023-05-08 11:50:03 -04:00