From a4bc9b209654a6818d05a554c50ef76037050131 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Mon, 19 May 2014 08:27:39 +0700 Subject: python/pymysql: Added (python-mysql library). Signed-off-by: Willy Sudiarto Raharjo --- python/pymysql/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/pymysql/README (limited to 'python/pymysql/README') diff --git a/python/pymysql/README b/python/pymysql/README new file mode 100644 index 0000000000..f59d6db989 --- /dev/null +++ b/python/pymysql/README @@ -0,0 +1,3 @@ +This package contains a pure-Python MySQL client library. The goal of PyMySQL is +to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython +and Jython. -- cgit v1.2.3