mysql-connector-python 9.0.0
0
MySQL driver written in Python
Contents
MySQL driver written in Python
How to Install mysql-connector-python
You can install mysql-connector-python using pip
pip install mysql-connector-python
or add it to a project with poetry
poetry add mysql-connector-python
Package Details
- Author
- Oracle and/or its affiliates
- License
- GNU GPLv2 (with FOSS License Exception)
- Homepage
- http://dev.mysql.com/doc/connector-python/en/index.html
- PyPi:
- https://pypi.org/project/mysql-connector-python/
Classifiers
- Database
- Software Development
- Software Development/Libraries/Application Frameworks
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common mysql-connector-python errors.
Code Examples
Here are some mysql-connector-python
code examples and snippets.