Skip to content

Commit cfacfca

Browse files
authored
Update README.md
1 parent 51c3b37 commit cfacfca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func main() {
3939
Try: 5, // 失败时的重试次数
4040
ShouldRun: true, // 是否执行生成的SQL
4141
Times: 3, // 同时生成3个SQL,选择最合适的一个
42-
OnlyView: true, // 只查询view结构,使用view提高查询效果
42+
// OnlyView: true, // 只查询view结构,使用view提高查询效果
4343
}
4444

4545
// 将中文问题转换为SQL并执行
@@ -88,4 +88,4 @@ func main() {
8888

8989
## 许可证
9090

91-
MIT License
91+
MIT License

0 commit comments

Comments
 (0)