MCPcopy
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
3In 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

MetaDataClass · 0.90
TableClass · 0.90
ColumnClass · 0.90
async_mainFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected