会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
阿dun
博客园
首页
新随笔
管理
2020年8月19日
Python异步操作MongoDB --Motor的使用
摘要: 安装 python3 -m pip install motor 创建客户端 指定主机和端口号 import motor.motor_asyncio client = motor.motor_asyncio.AsyncIOMotorClient('localhost', 27017) 使用用户名和密码
阅读全文
posted @ 2020-08-19 23:02 阿dun
阅读(8882)
评论(1)
推荐(0)