Generate database schemas from descriptions
Describe your data, get a proper database schema. Supports SQL, Prisma, and Drizzle.
npx ai-schema "e-commerce with users, products, orders, reviews"
# Generate SQL schema
npx ai-schema "blog with posts, authors, comments, tags"
# Prisma format
npx ai-schema "saas with teams and members" --format prisma
# Drizzle format
npx ai-schema "inventory system" --format drizzle
Node.js 18+. OPENAI_API_KEY required.
MIT. Free forever.
Built by LXGIC Studios