mysql-connector 2.2.9
0
MySQL driver written in Python
Contents
MySQL driver written in Python
How to Install mysql-connector
You can install mysql-connector using pip
pip install mysql-connector
or add it to a project with poetry
poetry add mysql-connector
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/
Classifiers
- Database
- Software Development
- Software Development/Libraries/Application Frameworks
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common mysql-connector errors.
Code Examples
Here are some mysql-connector
code examples and snippets.