aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-06 20:42:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-06 20:42:55 +0000
commit1cbc5026a8d3c10a9ba37f07b60dfe2341771571 (patch)
tree0706221f316ef3c7826e173173486806e1dc035b /databases/Makefile
parent23f68ee7c3fd9ab9c9c819d121fe1ee750eae003 (diff)
downloadports-1cbc5026a8d3c10a9ba37f07b60dfe2341771571.tar.gz
ports-1cbc5026a8d3c10a9ba37f07b60dfe2341771571.zip
Add py-aiomysql 0.0.21
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
Notes: svn path=/head/; revision=564246
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 10f79247c1c3..a5054797dcfc 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -735,6 +735,7 @@
SUBDIR += py-Pyrseas
SUBDIR += py-aesqlapius
SUBDIR += py-agate-sql
+ SUBDIR += py-aiomysql
SUBDIR += py-aiopg
SUBDIR += py-aioredis
SUBDIR += py-aiosqlite