Merge pull request #78 from dnet/patch-1

Added oursql to relational database connectors
This commit is contained in:
Vinta 2014-07-05 22:19:05 +08:00
commit 46fc244ee7

View File

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