Skip to content

Commit 69e08dc

Browse files
author
litongjava
committed
optmize table to json
1 parent bc9be9b commit 69e08dc

File tree

6 files changed

+189
-726
lines changed

6 files changed

+189
-726
lines changed

docs/zh/15_table-to-json/01.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 使用 table-to-json 连接数据库
1+
# 使用 table-to-json 连接 SQLite
22

33
### 整合 SQLLite 数据库
44

docs/zh/15_table-to-json/02.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 整合 Mysql 数据库
1+
# 使用 table-to-json 连接 Mysql
22

33
#### 11.2.1.创建表,插入数据
44

@@ -176,4 +176,4 @@ public class DbTestController {
176176

177177
```
178178
{"code":0,"data":[{"grade":"一年级","name":"沈","id":"1"},{"grade":"一年级","name":"李","id":"2"},{"grade":"二年级","name":"张","id":"3"}],"msg":""}
179-
```
179+
```

docs/zh/15_table-to-json/03.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 11.3.整合 PostGresql 数据库
1+
# 使用 table-to-json 连接 PostGreSQL
22

33
#### 11.3.4.创建表,插入数据
44

@@ -248,4 +248,4 @@ public class UserRegisterServiceTest {
248248
}
249249
}
250250
}
251-
```
251+
```

0 commit comments

Comments
 (0)