初始化提交

This commit is contained in:
2025-12-29 22:08:58 +08:00
commit c9259b51c7
9 changed files with 1367 additions and 0 deletions

16
requirements.txt Normal file
View File

@@ -0,0 +1,16 @@
# 数据库交互脚本依赖包
# 安装命令: 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 内置模块,无需额外安装