Description
This package contains a pure-Python MySQL client library. The goal of PyMySQL
is to be a drop-in replacement for MySQLdb and work on CPython, PyPy and IronPython.
NOTE: PyMySQL doesn't support low level APIs _mysql provides like data_seek,
store_result, and use_result. You should use high level APIs defined in PEP 294.
But some APIs like autocommit and ping are supported because PEP 294 doesn't cover
their usecase.
PyMySQL alternatives and similar packages
Based on the "awesome-mysql" category.
Alternatively, view PyMySQL alternatives based on common mentions on social networks and blogs.
-
awesome-postgres
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql -
mysqlclient
MySQL database connector for Python (with Python 3 support) -
oursql
oursql is a set of MySQL bindings for python with a focus on wrapping the MYSQL_STMT API to provide real parameterization and real server-side cursors. -
mysql-python
MySQLdb is a Python DB API-2.0 compliant library to interact with MySQL 3.23-5.1 (unofficial mirror)
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of PyMySQL or a related project?