@lxgicstudios/ai-schema
v1.0.0
Published
Generate database schemas from plain English descriptions
Maintainers
Readme
ai-schema
Generate database schemas from plain English. Supports PostgreSQL, MySQL, and SQLite.
Install
npm install -g ai-schemaUsage
npx ai-schema "e-commerce with users, products, orders"
# Outputs PostgreSQL CREATE TABLE statements
npx ai-schema "blog with posts, comments, tags" --dialect mysql
# MySQL syntax
npx ai-schema "SaaS with teams, members, billing" -o schema.sql
# Write to fileSetup
export OPENAI_API_KEY=sk-...Options
-d, --dialect- postgresql, mysql, or sqlite (default: postgresql)-o, --output- Write schema to a file
License
MIT
