mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-16 04:18:04 +00:00
feat: Update documentation and claude-skills module
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 🗄️ 数据库模块 (Database)
|
||||
|
||||
预留的数据库适配层,用于未来扩展数据持久化功能。
|
||||
|
||||
## 规划用途
|
||||
|
||||
- 数据库连接管理
|
||||
- ORM 模型定义
|
||||
- 数据迁移脚本
|
||||
- 查询工具函数
|
||||
|
||||
## 待实现
|
||||
|
||||
当前为占位目录,后续可添加:
|
||||
|
||||
```
|
||||
database/
|
||||
├── __init__.py
|
||||
├── connection.py # 连接管理
|
||||
├── models.py # ORM 模型
|
||||
└── migrations/ # 迁移脚本
|
||||
```
|
||||
Reference in New Issue
Block a user