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