美文网首页
python3下django的msyql driver

python3下django的msyql driver

作者: pcliuyang | 来源:发表于2017-01-09 17:31 被阅读14次

    在python 2下,django用的是MySQLdb,包名是MySQL-python,但是这个不兼容Python 3

    官网https://pypi.python.org/pypi/MySQL-python

    在Python 3,django推荐使用mysqlclient,包名也是mysqlclient,是基于MySQLdb的分支,但是支持python 3

    官网https://pypi.python.org/pypi/mysqlclient

    不推荐使用pymysql,这是python语言开发的,性能略低

    参考链接

    https://docs.djangoproject.com/en/1.10/ref/databases/

    相关文章

      网友评论

          本文标题:python3下django的msyql driver

          本文链接:https://www.haomeiwen.com/subject/acehbttx.html