From baeb0103f64681654248eea40afa0c114413d8f1 Mon Sep 17 00:00:00 2001 From: petrushev Date: Thu, 10 Jul 2014 15:54:29 +0200 Subject: [PATCH] Added txpostgres, py2neo, telephus, txredis --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dd0f8783..ed6a944a 100644 --- a/README.md +++ b/README.md @@ -291,11 +291,15 @@ long, literate-programming-style documentation generator. * [mysql-connector-python](https://pypi.python.org/pypi/mysql-connector-python) - A pure Python MySQL driver from Oracle (in case you don't want or can't install system MySQL library) * [oursql](https://pythonhosted.org/oursql/) - A better MySQL connector for Python with support for native prepared statements and BLOBs. * [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python. + * [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL. * NoSQL Databases * [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra by Datastax. * [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Cassandra. * [PyMongo](http://docs.mongodb.org/ecosystem/drivers/python/) - The official Python client for MongoDB. * [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. + * [telephus](https://github.com/driftx/Telephus) - Twisted based client for Cassandra. + * [txRedis](https://github.com/deldotdr/txRedis) - Twisted based client for Redis. ## ORM