TGTGInsighttelegram intelligenceLIVE / telegram public index
← 云游Cloud|40%AFF诚招推广|永久免费

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @yunucloud_Channels · Post #21 · Aug 10

#通知 即日起,每次刷屏扣除30积分。

Hashtags

Results

1 similar post found

Search: #aiomysql

当前筛选 #aiomysql清除筛选
djangoproject

@djangoproject · Post #167 · 09/22/2016, 02:01 PM

https://github.com/aio-libs/aiomysql #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.