CMD + K

mysqlclient

Community

Python interface to MySQL

Installation

To install this package, run one of the following:

Conda
$conda install carta::mysqlclient

Usage Tracking

1.3.12
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

=========================

Python interface to MySQL

mysqlclient is a fork of MySQL-python. It adds Python 3 support and fixed many bugs.

MySQLdb is an interface to the popular MySQL_ database server for Python. The design goals are:

  • Compliance with Python database API version 2.0 [PEP-0249]_
  • Thread-safety
  • Thread-friendliness (threads will not block each other)

MySQL-5.5 through 5.7 and Python 2.7, 3.4+ are currently supported. PyPy is supported too.

MySQLdb is Free Software_.

.. _MySQL: http://www.mysql.com/ .. _Free Software: http://www.gnu.org/ .. [PEP-0249] https://www.python.org/dev/peps/pep-0249/

About

Summary

Python interface to MySQL

Last Updated

Oct 26, 2017 at 07:48

License

GNU General Public License (GPL)

Total Downloads

220

Supported Platforms

linux-64
macOS-64