{"library":"aiomysql","type":"library","category":null,"description":"aiomysql is a MySQL driver for asyncio, enabling asynchronous interaction with MySQL databases using Python's `async`/`await` syntax. It provides a familiar DB-API 2.0-like interface adapted for asyncio. The current version is 0.3.2. Releases are infrequent, typically driven by critical bug fixes, `PyMySQL` updates, or community contributions.","language":"python","status":"active","version":"0.3.2","tags":["database","mysql","async","asyncio","db-api"],"last_verified":"Wed May 20","install":[{"cmd":"pip install aiomysql","imports":["import aiomysql\n\nconn = await aiomysql.connect(...)","from aiomysql.cursors import DictCursor","import aiomysql\n\npool = await aiomysql.create_pool(...)"]}],"homepage":null,"github":"https://github.com/aio-libs/aiomysql","docs":"https://aiomysql.readthedocs.io/","changelog":"https://github.com/aio-libs/aiomysql/blob/main/CHANGES.txt","pypi":"https://pypi.org/project/aiomysql/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.25,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/aiomysql/compatibility"}}