Python3 MySQL 数据库连接:安装pymysql(mysql数据库驱动), sqlalchemy(ORM框架)。

Python3 MySQL 数据库连接

python3使用mysql作为数据库,安装pymysql作为驱动,然后安装sqlalchemy框架

  PyMySQL 驱动 

参考教程https://www.runoob.com/python3/python3-mysql.html

以及PyMySQL文档https://pymysql.readthedocs.io/en/latest/modules/cursors.html

安装:

$ python3 -m pip install PyMySQL

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgjpdx.html