From 06553ffb2865746a2e38533d667a98cb4f0c2ec9 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Mon, 14 Jul 2014 15:35:05 +0900 Subject: [PATCH] Add mysqlclient-python and PyMySQL --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37e3eb94..b798ecab 100644 --- a/README.md +++ b/README.md @@ -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.