txmongoMongoDB 的 Python 异步驱动
txmongo 是 MongoDB 的 Python 异步驱动。
兼容 Python 2.6,2.7 和 PyPy。
评论
图片
表情
视频
全部评论
Asyncio MongoMongoDB 的异步 Python 驱动
AsyncioMongo是MongoDB的异步Python驱动,基于Python的asyncio。此项目基于TxMongo。特性支持asyncio(PEP3156)事件循环无依赖连接池
Asyncio MongoMongoDB 的异步 Python 驱动
0
aiopgPython 的 PostgreSQL 异步驱动
aiopg是一个使用asyncio(PEP-3156/tulip)框架开发的用来访问PostgreSQL数据库的Python开发库,封装了基于Psycopg数据库驱动程序的异步特性。示例代码:impo
aiopgPython 的 PostgreSQL 异步驱动
0
OurSQLMySQL 的 Python 驱动包
OurSQL是MySQL的Python驱动包。oursqlisasetofMySQLbindingsforpythonwithafocusonwrappingtheMYSQL_STMTAPItopro
OurSQLMySQL 的 Python 驱动包
0
Mongodb MotorMongoDB 的 Python 驱动
Motor为Tornado提供了一个基于回调和Future机制的非堵塞的MongoDB驱动程序。Motor封装了PyMongo安装:$pipinstallmotor示例代码:from tornado
Mongodb MotorMongoDB 的 Python 驱动
0