awesome-mysql
A curated list of awesome MySQL software, libraries, tools and resources (by shlomi-noach)
PyMySQL
MySQL client library for Python (by PyMySQL)
awesome-mysql | PyMySQL | |
---|---|---|
1 | 4 | |
2,426 | 7,756 | |
1.2% | 0.3% | |
6.0 | 7.2 | |
30 days ago | 3 months ago | |
Python | ||
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
awesome-mysql
Posts with mentions or reviews of awesome-mysql.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-02-26.
-
CSS Deep
shlomi-noach/awesome-mysql - A curated list of awesome MySQL software, libraries, tools and resources
PyMySQL
Posts with mentions or reviews of PyMySQL.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-23.
-
What is the defacto python driver for Mysql?
Pymysql is the one i have seen being used most commonly. https://github.com/PyMySQL/PyMySQL
-
There are many options for connecting MySQL from Python, but let's use PyMySQL or mysql-connector-python for now.
PyMySQL
-
Python 3.10.1
However, please note you don't need to use MySQLdb as your connector- I was very happy with pure-Python MySQL client library pyMySQL: https://pypi.org/project/PyMySQL/#installation https://github.com/PyMySQL/PyMySQL/ So far, I have been happy with its maintenance and compatibility of newer MySQL and MariaDB features (e.g. newer authentication methods). It is MIT-licensed.
-
Python3 Mysql Connector Issue. Help!!!
My preferred connector is pymysql, which I know supports it https://github.com/PyMySQL/PyMySQL/issues/651 but either use anyone that works for you or disable this feature on MySQL server, as suggested on that ticket.
What are some alternatives?
When comparing awesome-mysql and PyMySQL you can also consider the following projects:
asyncpg - A fast PostgreSQL Database Client Library for Python/asyncio.
mysqlclient - MySQL/MariaDB connector for Python
psycopg2 - PostgreSQL database adapter for the Python programming language
mysql-python - MySQLdb is a Python DB API-2.0 compliant library to interact with MySQL 3.23-5.1 (unofficial mirror)
pymssql - Official home for the pymssql source code.
mysql-connector-python - MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python. No MySQL libraries are needed, and no compilation is necessary to run this Python DB API v2.0 compliant driver. Documentation & Download: http://dev.mysql.com/doc/connector-python/en