PyMySQL 1.1.1
0
Pure Python MySQL Driver
Contents
Pure Python MySQL Driver
Stars: 7658, Watchers: 7658, Forks: 1424, Open Issues: 20The PyMySQL/PyMySQL
repo was created 13 years ago and the last code push was 3 days ago.
The project is extremely popular with a mindblowing 7658 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
- None
- License
- MIT License
- Homepage
- None
- PyPi:
- https://pypi.org/project/PyMySQL/
- Documentation:
- https://pymysql.readthedocs.io/
- GitHub Repo:
- https://github.com/PyMySQL/PyMySQL
Classifiers
- Database
Related Packages
Errors
A list of common pymysql errors.
Code Examples
Here are some pymysql
code examples and snippets.
GitHub Issues
The pymysql package has 20 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