diff options
Diffstat (limited to 'python/pymysql/README')
-rw-r--r-- | python/pymysql/README | 3 |
1 files changed, 3 insertions, 0 deletions
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. |