uckkk/dsh-db-migration

插件 ⭐ 0 MIT other

数据库迁移生成:对比两个 SQL DDL 文件(CREATE TABLE),检测新增/删除/变更的表与列,生成 ALTER TABLE 迁移 SQL。纯 Node 实现,零第三方运行时依赖,peer-only 依赖(随 DSH 宿主加载)。 数据库迁移生成:对比两个 SQL DDL 文件(CREATE TABLE),检测新增/删除/变更的表与列,生成 ALTER TABLE 迁移 SQL — a DeepSeek Harness (dsh) plugin. Pure Node, zero runtime dependencies.

catalog 简介:数据库迁移生成:对比两个 SQL DDL,检测表/列结构差异并生成 ALTER TABLE 迁移 SQL

安装

dsh plugin --profile web add dsh-db-migration
# 或任意 profile:dsh plugin --profile <name> add dsh-db-migration

uckkk/dsh-db-migration 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。