TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #301 · 7 дек.

Состоялся релиз DJANGO 4.0 Полный список изменений читаем здесь ↗️ #django

Hashtags

Резултати

Пронајдени 1 слични објави

Пребарај: #pymysql

当前筛选 #pymysql清除筛选
djangoproject

@djangoproject · Post #167 · 22.09.2016 г., 14:01

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.