tukuaiai 8830a20cc5 feat: Update documentation and claude-skills module há 1 mês atrás
..
.gitkeep 8b049ec679 feat: Add new libs module and prompt utilities há 1 mês atrás
README.md 8830a20cc5 feat: Update documentation and claude-skills module há 1 mês atrás

README.md

🗄️ 数据库模块 (Database)

预留的数据库适配层,用于未来扩展数据持久化功能。

规划用途

  • 数据库连接管理
  • ORM 模型定义
  • 数据迁移脚本
  • 查询工具函数

待实现

当前为占位目录,后续可添加:

database/
├── __init__.py
├── connection.py    # 连接管理
├── models.py        # ORM 模型
└── migrations/      # 迁移脚本