This package browser is in early development. Mind the rough edges.

python-aiomysql 0.1.1

MySQL driver for Python

aiomysql is a driver for accessing a MySQL database from the asyncio Python framework. It depends on and reuses most parts of PyMySQL. aiomysql tries to preserve the same API as the aiopg library.

Installation

Install python-aiomysql 0.1.1 as follows:

guix install python-aiomysql@0.1.1

Or install the latest version:

guix install python-aiomysql

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.