Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
""
"
2
Illustrates how to run many statements concurrently using ``asyncio.gather()``
3
along many asyncio database connections, merging ORM results into a single
4
``AsyncSession``.
Callers
nothing calls this directly
Calls
2
async_main
Function · 0.70
run
Method · 0.45
Tested by
no test coverage detected