Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ greenlet_orm.py
File
greenlet_orm.py
examples/asyncio/greenlet_orm.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Illustrates use of the sqlalchemy.ext.asyncio.AsyncSession object
2
for
asynchronous ORM use, including the optional run_sync() method.
3
4
Callers
nothing calls this directly
Calls
2
async_main
Function · 0.70
run
Method · 0.45
Tested by
no test coverage detected