渺萧

Results 1 comments of 渺萧

yeah, it's an issue with databases library test the working code: ```python import aiomysql import asyncio async def create_pool(): pool = await aiomysql.create_pool( host='192.168.62.195', port=3306, user='root', password='xiao', db='db_sms', minsize=3, maxsize=10...