Add mysqlclient-python and PyMySQL

This commit is contained in:
INADA Naoki 2014-07-14 15:35:05 +09:00
parent 750d3e2a8e
commit 06553ffb28
1 changed files with 2 additions and 0 deletions

View File

@ -294,6 +294,8 @@ long, literate-programming-style documentation generator.
* Relational Databases
* [mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python.
* [mysqlclient](https://github.com/PyMySQL/mysqlclient-python) - mysql-python fork supporting Python 3.
* [PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python.
* [mysql-connector-python](https://pypi.python.org/pypi/mysql-connector-python) - A pure Python MySQL driver from Oracle.
* [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 Python.