简体   繁体   中英

What python 3 library should I use for MySQL?

As far as I know MySQLdb still isn't ported to Python 3.

There seems to be another library called PyMySQL on pypy but the installation for python 3 looks strange (run a .sh script?). Also there is a library called PyMySQL3 but I can't find info about what it's about.

What's the preferred way to use MySQL with Python 3 these days?

Is there an elegant solution that could be installed with pip or with a python setup.py install command?

I've used the basic mysql-connector from MySQL for a few Python 3 projects, along with SQLAlchemy.

I also tried PyMySQL , but if I remember correctly I had a more difficult time configuring it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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