Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | databases/py-aiomysql: Update to 0.2.0 | Po-Chuan Hsieh | 2023-07-09 | 1 | -0/+11 |
| | | | | Changes: https://github.com/aio-libs/aiomysql/releases | ||||
* | databases/py-aiomysql: Convert to USE_PYTHON=pep517 | Po-Chuan Hsieh | 2023-03-22 | 1 | -3/+0 |
| | | | | - Bump PORTREVISION for dependency and package change | ||||
* | databases/py-aiomysql: Update to 0.1.0 | Po-Chuan Hsieh | 2022-05-13 | 2 | -11/+3 |
| | | | | Changes: https://github.com/aio-libs/aiomysql/releases | ||||
* | Add py-aiomysql 0.0.21 | Sunpoet Po-Chuan Hsieh | 2021-02-06 | 1 | -0/+11 |
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 |