1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

Added oursql to relational database connectors

This commit is contained in:
András Veres-Szentkirályi 2014-07-05 16:00:49 +02:00
parent c7d50643da
commit e05d6544fc

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.