Files
PyDBLink/requirements.txt
2025-12-29 22:08:58 +08:00

17 lines
285 B
Plaintext

# 数据库交互脚本依赖包
# 安装命令: pip install -r requirements.txt
# MySQL 数据库
pymysql>=1.0.2
# MongoDB 数据库
pymongo>=4.0.0
# Redis 数据库
redis>=4.0.0
# PostgreSQL 数据库
psycopg2-binary>=2.9.0
# SQLite 是 Python 内置模块,无需额外安装