Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ basic.py
File
basic.py
examples/asyncio/basic.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Illustrates the asyncio engine / connection interface.
2
3
In this example, we have an async engine created by
4
:func:`_engine.create_async_engine`. We then use it using await
Callers
nothing calls this directly
Calls
5
MetaData
Class · 0.90
Table
Class · 0.90
Column
Class · 0.90
async_main
Function · 0.70
run
Method · 0.45
Tested by
no test coverage detected