chore: project scaffold for access-datamacro sync

This commit is contained in:
Misaka_Company
2026-07-14 11:12:34 +08:00
commit fb025bb061
14 changed files with 2092 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# ProductionDataBaseSync_DataMacro
Access → SQL Server 增量同步(数据宏驱动)。详见 `docs/superpowers/specs/2026-07-14-access-datamacro-sync-design.md`
## 运行
```bash
.venv/Scripts/python.exe -m sync.service
```
## 配置
编辑 `config.yaml`(从 `config.example.yaml` 复制并填入真实凭据)。