Contents

pymysql 1.1.0

0

Pure Python MySQL Driver

Pure Python MySQL Driver

Stars: 7542, Watchers: 7542, Forks: 1412, Open Issues: 15

The PyMySQL/PyMySQL repo was created 12 years ago and the last code push was 2 weeks ago.
The project is extremely popular with a mindblowing 7542 github stars!

How to Install pymysql

You can install pymysql using pip

pip install pymysql

or add it to a project with poetry

poetry add pymysql

Package Details

Author
License
MIT License
Homepage
PyPi:
https://pypi.org/project/pymysql/
Documentation:
https://pymysql.readthedocs.io/
GitHub Repo:
https://github.com/PyMySQL/PyMySQL

Classifiers

  • Database
No  pymysql  pypi packages just yet.

Errors

A list of common pymysql errors.

Code Examples

Here are some pymysql code examples and snippets.

GitHub Issues

The pymysql package has 15 open issues on GitHub

  • pymysql doesn't support –protocol={TCP|SOCKET|PIPE|MEMORY}
  • read_default_file doesn't work for SSL parameters
  • keep the return type consistent whether there are results or not

See more issues on GitHub

Related Packages & Articles