Skip to content

Commit 3016b21

Browse files
author
tider
committed
add excel-to-migration
0 parents  commit 3016b21

16 files changed

+3770
-0
lines changed

.clinerules

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Cline Rules for mysql-to-excel
2+
3+
## 项目特定规则与模式
4+
5+
*(在此处添加未来发现的规则、偏好或重要模式)*
6+
7+
## 工具使用偏好
8+
9+
- 优先使用 `replace_in_file` 进行小范围修改。
10+
- 使用 `write_to_file` 创建新文件或进行大规模重构。
11+
12+
## 注意事项
13+
14+
- 配置文件 (`config.toml`) 中的数据库密码是明文存储,注意安全。
15+
- 数据导出时会覆盖同名的 `data.xlsx` 文件。

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/target
2+
data.txt
3+
data.xlsx
4+
config.toml
5+
.vscode
6+
7+
/migrations

0 commit comments

Comments
 (0)