pymysql
Package — DatabasePython 3.7+Intermediate
Pure-Python MySQL client library
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python)
- Install
pip install pymysql
Learn by Difficulty
Quick Example
python
# Install: pip install pymysql import pymysql # Basic pymysql usage print(f"Using pymysql") # See documentation for detailed examples
pymysql is a third-party package. Pure-Python MySQL client library. Install with: pip install pymysql
Try in PlaygroundTags
packagedatabaseormpersistence