摘要: # aiopg返回结果变为python字典 ## 方法一 ```python import aiopg import asyncio dsn = 'dbname=aiopg user=aiopg password=passwd host=127.0.0.1 port=5432' async def 阅读全文
posted @ 2022-05-15 14:07 lxd670 阅读(59) 评论(0) 推荐(0) 编辑