uckkk/dsh-db-migration

Plugin ⭐ 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 description:数据库迁移生成:对比两个 SQL DDL,检测表/列结构差异并生成 ALTER TABLE 迁移 SQL

Install

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

Add uckkk/dsh-db-migration to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.