← Back to registry
🗄️

SQL Schema Generator

Generates optimized SQL schemas from plain English descriptions. Supports PostgreSQL, MySQL, and SQLite with best-practice defaults.

by dbwhiz · published 2026-01-05

开发工具数据处理
18.3k
Total Installs
★ 310
Stars
2026-02
Last Updated
// INSTALL COMMAND
$ claw add gh:dbwhiz/sql-schema-gen

SQL Schema Generator

Describe your data model in plain English and get production-ready SQL schemas instantly.

Supported Databases

  • PostgreSQL 15+
  • MySQL 8+
  • SQLite 3
  • Supabase (with RLS policies)
  • Usage

    claw run sql-schema-gen "a blog with users, posts, and comments"
    claw run sql-schema-gen --input ./description.txt --db postgres
    View on GitHub
    // COMMENTS (0)
    Sign in with GitHub to leave a comment.
    // RELATED SKILLS