add Motor Fixes #1091

This commit is contained in:
Vinta 2018-08-04 18:27:52 +08:00
parent d77b8f1168
commit cbf7ed2bc6
1 changed files with 2 additions and 1 deletions

View File

@ -402,11 +402,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* NoSQL Databases
* [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra.
* [HappyBase](https://github.com/wbolster/happybase) - A developer-friendly library for Apache HBase.
* [Plyvel](https://github.com/wbolster/plyvel) - A fast and feature-rich Python interface to LevelDB.
* [py2neo](http://py2neo.org/2.0/) - Python wrapper client for Neo4j's restful interface.
* [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Cassandra.
* [PyMongo](https://docs.mongodb.com/ecosystem/drivers/python/) - The official Python client for MongoDB.
* [redis-py](https://github.com/andymccurdy/redis-py) - The Redis Python Client.
* Asynchronous Clients
* [Motor](https://github.com/mongodb/motor) - The async Python driver for MongoDB.
* [telephus](https://github.com/driftx/Telephus) - Twisted based client for Cassandra.
* [txRedis](https://github.com/deldotdr/txRedis) - Twisted based client for Redis.