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.
- Outputs:
out - Website: https://github.com/aio-libs/aiomysql
- Licenses: Expat
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
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.