mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
add Motor Fixes #1091
This commit is contained in:
parent
d77b8f1168
commit
cbf7ed2bc6
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue