Skip to content
dsh.fish
Bundle

dsh-sql-format

SQL 格式化:子句换行、关键字大写

Source
uckkk
License
MIT
Updated
Updated 3 days ago

Readme

# dsh-sql-format · SQL 格式化

SQL 子句换行、关键字大写,提升可读性。纯 Node 实现(不解析语义)。

## 提供的工具

| 工具 | 作用 |
|---|---|
| `format_sql` | SQL 格式化 |

## 安装

```bash
dsh plugin add dsh-sql-format
```
安装后在 profile 的 `package.json` 的 `dsh.profile.bundles` 中加入 `"dsh-sql-format"`。

## 用法示例

```
格式化这条 SQL
→ 调用 format_sql(sql="select * from users where age > 18 order by id desc")
```

## 安装

```bash
dsh plugin add github:uckkk/dsh-sql-format
```

> 安装即在本机运行第三方代码,请自行审阅源码。

## 安装

```bash
dsh plugin add github:uckkk/dsh-sql-format
```

## 使用

安装后在会话中调用该插件注册的工具即可。

## 许可

MIT

> 安装即在本机运行第三方代码,请自行审阅源码。

Install

dsh plugin --profile web add github:uckkk/dsh-sql-format#9d12ec77d3ba93a498be0098bb68e275fca51550

Profile: web

Source