8000 GitHub - gcmcom/PyMySQL at aaba4df5cdcf4149fe2652954511b50ebc1cd16c
[go: up one dir, main page]

Skip to content

gcmcom/PyMySQL

Repository files navigation

PyMySQL

https://secure.travis-ci.org/PyMySQL/PyMySQL.png

This package contains a pure-Python MySQL client library. Documentation on the MySQL client/server protocol can be found here: http://dev.mysql.com/doc/internals/en/client-server-protocol.html

If you would like to run the test suite, edit the config parameters in pymysql/tests/base.py. The goal of pymysql is to be a drop-in replacement for MySQLdb and work on CPython, Jython, IronPython and PyPy.

We test for compatibility by simply changing the import statements in the Django MySQL backend and running its unit tests as well as running it against the MySQLdb and myconnpy unit tests.

  • Python 2.6, 2.7 or 3.3
  • MySQL 4.1 or higher
  • protocol41 support, experimental 4.0 support

pip install PyMySQL

... or ...

python setup.py install

About

PyMySQL: Pure-Python MySQL Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.3%
0