Contents

aiomysql 0.3.2

0

MySQL driver for asyncio.

MySQL driver for asyncio.

Stars: 1887, Watchers: 1887, Forks: 265, Open Issues: 111

The aio-libs/aiomysql repo was created 11 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 1887 github stars!

How to Install aiomysql

You can install aiomysql using pip

pip install aiomysql

or add it to a project with poetry

poetry add aiomysql

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/aiomysql/
GitHub Repo:
https://github.com/aio-libs/aiomysql

Classifiers

  • Database
  • Database/Front-Ends
No  aiomysql  pypi packages just yet.

Errors

A list of common aiomysql errors.

Code Examples

Here are some aiomysql code examples and snippets.

GitHub Issues

The aiomysql package has 111 open issues on GitHub

  • Bump sqlalchemy from 1.3.24 to 2.0.46
  • Bump coverage from 7.10.7 to 7.13.1
  • Bump pytest from 8.4.2 to 9.0.2
  • Bump sphinx from 8.2.3 to 9.1.0
  • Bump codecov/test-results-action from 1.1.1 to 1.2.1
  • Exclude the docs (and examples) from the published package, please
  • Support SQLAlchemy 1.4

See more issues on GitHub

Related Packages & Articles

aiohttp 3.13.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.

sniffio 1.3.1

Sniff out which async library your code is running under

uvloop 0.22.1

Fast implementation of asyncio event loop on top of libuv

fastapi 0.129.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production

aiojobs 1.4.0

Job scheduler for managing background tasks (asyncio)

aioice 0.10.2

An implementation of Interactive Connectivity Establishment (RFC 5245)