Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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