PyMySQL

Created on Nov. 19, 2012, 11:14 a.m.
Language: en
Category: App, Database, Library, MySQL, Python
Description:

    A pure python MySQL client library. It can simply replace for instance the Django MySQL backend by changing the import statement. In such the Django MySQL backend can use PyMySQL. PyMySQL is a pure python interface to MySQL, is essentially a drop-in replacement for MySQLdb, and is Python 3-compatible.

    Simple easy-install (or better pip install) django.mysql-pymysql, and use 'mysql_pymysql' as the database backend.

URL: https://github.com/petehunt/PyMySQL


Update

Comment on This Data Unit