Skip to content

Commit

Permalink
chore: 删除无用文件
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryFan626 committed Mar 18, 2024
1 parent c573b34 commit 845c84e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 当前工作流的名字 随便取
name: Build Docusaurus
name: Build

# 指定 workflow 触发的 event
# 在main分支提交的时候触发
Expand Down
6 changes: 3 additions & 3 deletions pages/docs/ai/ai-use.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
## 自然语言生成sql

右侧点击选择表后,在输入框中输入您想要执行的操作,回车,AI会自动生成sql语句
!['sql'](public\image\AI-image\AI-generateSQL.png)
{/* !['sql'](public\image\AI-image\AI-generateSQL.png) */}

## SQL翻译为自然语言
有的时候我们会遇到非常复杂的SQL,有的甚至成百上千行的SQL,
要读懂这段SQL可能需要几个小时甚至几天时间。我们通过Chat2DB也可以快速的了解这段SQL的含义。

使用方法:选中sql语句->右键->解释sql
!['sql'](public\image\AI-image\AI-sql.png)
{/* !['sql'](public\image\AI-image\AI-sql.png) */}

## sql性能优化
有的时候我们写了一段SQL性能不好,Chat2DB也可以帮我们优化SQL,提升查询性能。
Expand All @@ -23,4 +23,4 @@
不同数据库SQL语法间有略微的差异,我们也可以通过Chat2DB让他帮我们去转换这个SQL的语法。

使用方法:选中sql语句->右键->转化sql,在如下的页面选择要转化的数据库。
!['sql-convert'](public\image\AI-image\sql-convert.png)
{/* !['sql-convert'](public\image\AI-image\sql-convert.png) */}
2 changes: 1 addition & 1 deletion pages/docs/start-guide/database-connection.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
填写数据库信息-->下载驱动-->点击“测试连接”按钮。


!['P-database'](public\image\tutorial-image\connect-database2.png)
{/* !['P-database'](public\image\tutorial-image\connect-database2.png) */}
若测试链接成功,点击保存完成数据库连接;
连接失败请往下翻。
<br/><br/>
Expand Down

0 comments on commit 845c84e

Please sign in to comment.