日常生活的交流与学习

首页 新随笔 联系 管理

2022年12月2日 #

摘要: python连接mongodb数据库 from beanie import Document, init_beanie import asyncio from motor.motor_asyncio import AsyncIOMotorClient class Person(Document): 阅读全文
posted @ 2022-12-02 19:48 lazycookie 阅读(296) 评论(0) 推荐(0) 编辑