Build database schemas with SQL generation and relationship modeling. Use when designing databases.
--- 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` ```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*
don't have the plugin yet? install it then click "run inline in claude" again.