MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / gather_orm_statements.py

File gather_orm_statements.py

examples/asyncio/gather_orm_statements.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Illustrates how to run many statements concurrently using ``asyncio.gather()``
3along many asyncio database connections, merging ORM results into a single
4``AsyncSession``.

Callers

nothing calls this directly

Calls 2

async_mainFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected