HomeBrowseUpload
← Back to registry
// Skill profile

schema-builder

name: "schema-builder"

by ckchzh · published 2026-03-22

数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:ckchzh/ckchzh-schema-builder
View on GitHub
// Full documentation

---

name: "schema-builder"

version: "3.0.0"

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

author: "BytesAgain"

homepage: "https://bytesagain.com"

---

# schema-builder

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

Commands

`create`

scripts/script.sh create <table cols>

`alter`

scripts/script.sh alter <table action col>

`show`

scripts/script.sh show <table>

`export`

scripts/script.sh export <format>

`validate`

scripts/script.sh validate <file>

`er`

scripts/script.sh er <t1 t2 relation>

Data Storage

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

---

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

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band