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 thedef/async defsignature. No client.py, no wrappers — queries.py imports the driver package directly. - mysql_
connector - psycopg
- pydantic
- sqlite3_
driver