schema-builder

by BytesAgain

Build database schemas with SQL generation and relationship modeling. Use when designing databases.

View Chinese version with editor review

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/ckchzh/schema-builder

文档

schema-builder

Build database schemas with SQL generation and relationship modeling. Use when designing databases.

Commands

create

bash
scripts/script.sh create <table cols>

alter

bash
scripts/script.sh alter <table action col>

show

bash
scripts/script.sh show <table>

export

bash
scripts/script.sh export <format>

validate

bash
scripts/script.sh validate <file>

er

bash
scripts/script.sh er <t1 t2 relation>

Data Storage

Data stored in ~/.local/share/schema-builder/.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com