Python操作Mysql
2018-08-19 本文已影响0人
WeiFong
mysqlclient库
第三方开发的,Django推荐
文档:https://mysqlclient.readthedocs.io/
安装mysqlclient库
pip install mysqlclient==1.3.12
获取数据记录方法
fetchone,fetchmany,fetchall
第三方开发的,Django推荐
文档:https://mysqlclient.readthedocs.io/
pip install mysqlclient==1.3.12
fetchone,fetchmany,fetchall