I'm looking for a tool to use MySQL with Python 2.7 under Windows 7 64 bits.
I searched a little bit a found these :
MySQLdb - _http://sourceforge.net/projects/mysql-python/
SQLAlchemy - _http://www.sqlalchemy.org/
SQLObject - _http://sqlobject.org/
ourSQL - _http://pythonhosted.org/oursql/
Connector/Python - _http://dev.mysql.com/downloads/connector/python/1.0.html
SQLite - _http://www.sqlite.org/
Psycopg2 - _http://wiki.postgresql.org/wiki/Psycopg2_Tutorial (postgreSQL)
pandaSQL - _https://github.com/yhat/pandasql
python-sql - _https://code.google.com/p/python-sql/
SnakeSQL - http://pythonweb.org/projects/snakesql/
What do you recommend ?
Thanks !
Antoine
Its important to know what you are searching for and the results you pasted:
Of what you have searched, the recommended library is MySQLdb.
Try PyMySQL if you want easy installation. It doesn't require any native libraries, its pure python implementation. I wouldn't call it revolutionary or awesome, it just works ;).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With