A fast asyncio MySQL driver with native Python coroutines and automatic connection pooling. Version 0.2.20, requires Python >=3.10, actively maintained.
pip install asyncmy2No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to MySQL and run a simple query.
Use consistent imports from asyncmy2 only.
Always call `await conn.ensure_closed()` after use, or use context managers if available.
Ensure `await pool.close()` is called during cleanup.
No dependency data recorded yet.