Python MySQL module

后端 未结 4 1646
逝去的感伤
逝去的感伤 2021-02-06 09:19

I\'m developing a web application that needs to interface with a MySQL database, and I can\'t seem to find any really good modules out there for Python.

I\'m specificall

4条回答
  •  孤街浪徒
    2021-02-06 10:18

    I think my answer will be an update to the game field.

    There is now the official MysQL Python Connector.

    Install:

    sudo pip install mysql-connector-python
    

    Or download it from here:

    http://dev.mysql.com/downloads/connector/python/

    Documentation: http://dev.mysql.com/doc/refman/5.5/en/connector-python.html

提交回复
热议问题