Skip to main content

Module python

Module python 

Source

Modules§

asyncpg
common
Shared helpers for Python driver generators. Each driver implements PyDriverShape (imports, connection type, placeholder rewrite, params arg formatting, per-command body). The shared skeleton emits dataclass row/params classes, SQL const, and the def/async def signature. No client.py, no wrappers — queries.py imports the driver package directly.
mysql_connector
psycopg
pydantic
sqlite3_driver

Structs§

PythonPlugin