API Reference
Module Structure
pyro_mysql # Opts, IsolationLevel, Row
├── sync # Conn, Pool, PooledConn, Transaction
├── async_ # Conn, Pool, PooledConn, Transaction (async)
├── dbapi # PEP-249 DBAPI for SQLAlchemy
├── dbapi_async # Async DBAPI
└── error # Exception classes
Type Stubs
pyro_mysql- Core types and optionspyro_mysql.sync- Synchronous APIpyro_mysql.async_- Asynchronous APIpyro_mysql.dbapi- PEP-249 DBAPIpyro_mysql.dbapi_async- Async DBAPIpyro_mysql.error- Exceptions