dsh-sql-format
August 19, 2026 · View on GitHub
SQL 子句换行、关键字大写,提升可读性。纯 Node 实现(不解析语义)。
提供的工具
| 工具 | 作用 |
|---|---|
format_sql | SQL 格式化 |
安装
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")
安装
dsh plugin add github:uckkk/dsh-sql-format
安装即在本机运行第三方代码,请自行审阅源码。
安装
dsh plugin add github:uckkk/dsh-sql-format
使用
安装后在会话中调用该插件注册的工具即可。
许可
MIT
安装即在本机运行第三方代码,请自行审阅源码。