mysqlclient 2.2.4
0
Python interface to MySQL
Contents
Python interface to MySQL
Stars: 2444, Watchers: 2444, Forks: 434, Open Issues: 10The PyMySQL/mysqlclient
repo was created 10 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 2444 github stars!
How to Install mysqlclient
You can install mysqlclient using pip
pip install mysqlclient
or add it to a project with poetry
poetry add mysqlclient
Package Details
- Author
- License
- GNU General Public License v2 (GPLv2)
- Homepage
- PyPi:
- https://pypi.org/project/mysqlclient/
- Documentation:
- https://mysqlclient.readthedocs.io/
- GitHub Repo:
- https://github.com/PyMySQL/mysqlclient
Classifiers
- Database
- Database/Database Engines/Servers
Related Packages
Errors
A list of common mysqlclient errors.
Code Examples
Here are some mysqlclient
code examples and snippets.
GitHub Issues
The mysqlclient package has 10 open issues on GitHub
- mysql client not working on m1
- Add ability to customize ssl mode settings #474