dsh-json-to-sql
JSON 转 SQL
AI Analysis
用于将 JSON 数据转换为 SQL 语句。纯 Node 实现,无需网络,适合需要快速将 JSON 数据导入数据库或生成 SQL 脚本的开发者。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uckkk/dsh-json-to-sqlREADME
Read the full README ↗dsh-json-to-sql · JSON 转 SQL
纯 Node 实现,无网络、无外部服务。
安装
dsh plugin add dsh-json-to-sql
安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-json-to-sql"。