Added pycassa - Python Thrift driver for Apache Cassandra.

This commit is contained in:
Sangeeth Saravanaraj 2014-07-03 17:10:24 +05:30
parent 5dbd7ef7e0
commit 16d973127c

View File

@ -259,6 +259,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python.
* [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python.
* NoSQL Databases
* [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Apache 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.