pymysql==1.2.0
# Pure Python MySQL Driver
$ pip install pymysql
downloads/wk
21,455,543
license
—
version
1.2.0
python
>=3.9
What is pymysql?
PyMySQL is a pure Python library for connecting to and interacting with MySQL databases without requiring external dependencies. Developers use it to execute queries, manage connections, and perform database operations directly from Python code when they need a lightweight, dependency-free MySQL client. It's particularly useful for projects where installing native MySQL drivers isn't practical or where pure Python compatibility is preferred.
Links
Keywords
Dependencies (2)