diff --git a/README.md b/README.md index e1b7ed06c897b36fe7f300b96386df44a8add6df..db5de7b8b98e5ea8d167a9173e0631350904696f 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [oursql](https://pythonhosted.org/oursql/) - A better MySQL connector with support for native prepared statements and BLOBs. * [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python. * [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL. + * [aiopg](https://github.com/aio-libs/aiopg) - Library for accessing a PostgreSQL database from the asyncio. * [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL. * [dataset](https://github.com/pudo/dataset) - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL. * [apsw](http://rogerbinns.github.io/apsw/) - Another Python SQLite wrapper. @@ -404,6 +405,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Cassandra. * [HappyBase](http://happybase.readthedocs.org/) - A developer-friendly library for Apache HBase. * [PyMongo](http://docs.mongodb.org/ecosystem/drivers/python/) - The official Python client for MongoDB. + * [Asyncio Mongo](https://bitbucket.org/mrdon/asyncio-mongo) - An asynchronous Python driver for the Mongo database, based on Python's asyncio. * [Plyvel](https://plyvel.readthedocs.org/) - A fast and feature-rich Python interface to LevelDB. * [redis-py](https://github.com/andymccurdy/redis-py) - The Redis Python Client. * [py2neo](http://book.py2neo.org/) - Python wrapper client for Neo4j's restful interface.