预留的数据库适配层,用于未来扩展数据持久化功能。
当前为占位目录,后续可添加:
database/ ├── __init__.py ├── connection.py # 连接管理 ├── models.py # ORM 模型 └── migrations/ # 迁移脚本