From 1c56c0b2362fed7790c3b76aed2ef4ba5950aa96 Mon Sep 17 00:00:00 2001 From: Timofey Trukhanov Date: Sun, 6 Jul 2014 17:51:44 +0300 Subject: [PATCH] add mysql-connector-python add mysql-connector-python - pure-python MySQL driver from Oracle (in case you don't want or can't install system MySQL library) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4d2c33c..a4fb146b 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,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. + * [mysql-connector-python](https://pypi.python.org/pypi/mysql-connector-python) - pure-python MySQL driver from Oracle (in case you don't want or can't install system MySQL library) * [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