summaryrefslogtreecommitdiff
path: root/examples/asyncio/async_orm_writeonly.py
Commit message (Collapse)AuthorAgeFilesLines
* add AsyncAttrsMike Bayer2023-05-081-2/+5
| | | | | | | | | | 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
* update asyncio examples and add notes about writeonlyMike Bayer2023-02-051-0/+102
Change-Id: I1233eb1a860b915fb265ec8bf177f1a0471cdbd1