aboutsummaryrefslogtreecommitdiff
path: root/databases/py-aiomysql
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add py-aiomysql 0.0.21Sunpoet Po-Chuan Hsieh2021-02-064-0/+47
aiomysql is a "driver" for accessing a MySQL database from the asyncio (PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL . aiomysql tries to be like awesome aiopg library and preserve same api, look and feel. Internally aiomysql is copy of PyMySQL, underlying io calls switched to async, basically yield from and asyncio.coroutine added in proper places)). sqlalchemy support ported from aiopg. WWW: https://github.com/aio-libs/aiomysql Notes: svn path=/head/; revision=564246