简体   繁体   English

是否有使用 Pycharm 支持 MySQL 的 Python 包

[英]Is there a Python Package to support MySQL with Pycharm

so I was just wondering.所以我只是想知道。 I am designing this Kivy app but I currently use .txt files which is messy and just seems like a huge waste of time.我正在设计这个 Kivy 应用程序,但我目前使用的 .txt 文件很乱,而且看起来很浪费时间。 I was wondering if there was a package that could read/write/create MySQL databases with python.我想知道是否有一个包可以用 python 读/写/创建 MySQL 数据库。 However, I do use Pycharm and I read a while back that the free version the one I use .但是,我确实使用了 Pycharm 并且我在不久前读到了我使用的免费版本。 May have some limitations with this.可能有一些限制。

You could use the mysql package for this.您可以为此使用mysql包。

https://dev.mysql.com/doc/connector-python/en/connector-python-example-connecting.html https://dev.mysql.com/doc/connector-python/en/connector-python-example-connecting.html

The PyCharm support for MySQL is just for viewing the data in the database as a programmer or for debugging. PyCharm 对 MySQL 的支持只是为了作为程序员查看数据库中的数据或用于调试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM