MySQL Forums
Forum List  »  Connector/Python

MySQL Connector/Python
Posted by: Edwin Desouza
Date: August 07, 2012 01:53PM

MySQL Connector/Python is a 100% Pure Python implementation of Python Database API v2.0 (PEP 249). The MySQL Protocol is implemented in Python. It does not require the C library libmysqlclient, thus no compiling.

MySQL Connector/Python:
- Download: http://dev.mysql.com/downloads/connector/python/
- Docs: http://dev.mysql.com/doc/connector-python/en/index.html
- Forum: http://forums.mysql.com/posting.php?50

MySQL Connector/Python 8.0 with MySQL 8.0
- https://insidemysql.com/using-mysql-connector-python-8-0-with-mysql-8-0/
- https://insidemysql.com/mysql-8-0-welcome-to-the-devapi/

MySQL Connector/Python: Python Database API v2.0 (PEP 249)
- http://geert.vanderkelen.org/getting-mysql-connectorpython-compliant-with-pep-249/


MySQL Connector/Python: Install & Config
- http://dev.mysql.com/doc/connector-python/en/connector-python-install.html
- http://geert.vanderkelen.org/how-to-install-mysql-connectorpython/
- http://geert.vanderkelen.org/settings-client-flags-with-mysql-connectorpython/


MySQL Connector/Python: Database Pooling
- http://geert.vanderkelen.org/2010/08/mysql-connectorpython-is-or-should-be.html


MySQL Connector/Python: Misc
- http://geert.vanderkelen.org/column-info-using-connector-python/
- http://geert.vanderkelen.org/connectorpython-custom-cursors/
- http://geert.vanderkelen.org/fetching-rows-as-dictionaries-with-mysql-connectorpython/
- http://geert.vanderkelen.org/query-caching-with-mysql-connectorpython/
- http://geert.vanderkelen.org/buffering-results-with-mysql-connectorpython/
- http://geert.vanderkelen.org/getting-illegal-dates-from-mysql-with-connectorpython/
- http://geert.vanderkelen.org/using-character-sets-with-mysql-connectorpython/


MySQL Connector/Python: SQLAlchemy
- http://geert.vanderkelen.org/2010/02/status-report-no2-on-sqlalchemy-and.html
- http://geert.vanderkelen.org/small-status-on-sqlalchemy-and-mysql-connectorpython/
- http://geert.vanderkelen.org/going-chemical-sqlalchemy-and-mysql-connectorpython/


MySQL Workbench export tool for SQLAlchemy Python ORM
- https://github.com/PiTiLeZarD/workbench_alchemy


MySQL Connector/Python: Python 3.x
- http://geert.vanderkelen.org/status-on-mysql-connectorpython-and-python-v3-1/
- http://geert.vanderkelen.org/mysql-with-python-v3-1-now-also-possible-using-mysql-connectorpython/



Edited 5 time(s). Last edit at 04/20/2018 11:25PM by Edwin Desouza.

Options: ReplyQuote


Subject
Written By
Posted
MySQL Connector/Python
August 07, 2012 01:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.